diff --git a/libs/remix-ws-templates/tsconfig.lib.json b/libs/remix-ws-templates/tsconfig.lib.json index ca57f301c9..165195b789 100644 --- a/libs/remix-ws-templates/tsconfig.lib.json +++ b/libs/remix-ws-templates/tsconfig.lib.json @@ -2,7 +2,6 @@ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", - "outDir": "../../dist/out-tsc", "declaration": true, "rootDir": "./src", "types": ["node"] @@ -11,5 +10,5 @@ "**/*.spec.ts", "tests/" ], - "include": ["**/*.ts"] + "include": ["**/index.ts"] }