diff --git a/clients/js/tsconfig.json b/clients/js/tsconfig.json index 33e01a2c..bc41af63 100644 --- a/clients/js/tsconfig.json +++ b/clients/js/tsconfig.json @@ -9,8 +9,9 @@ "incremental": false, "declaration": true, "declarationDir": "./dist/types", - "emitDeclarationOnly": true + "emitDeclarationOnly": true, + "rootDir": "src" }, "extends": ["@tsconfig/strictest/tsconfig.json"], - "include": ["src", "*.ts"] + "include": ["src"] }