diff --git a/libs/workers-kv/tsconfig.json b/libs/workers-kv/tsconfig.json index 7bcda4f4..1212fb81 100644 --- a/libs/workers-kv/tsconfig.json +++ b/libs/workers-kv/tsconfig.json @@ -2,6 +2,8 @@ "extends": "../../tsconfig.lib.json", "compilerOptions": { "baseUrl": "./src", - "outDir": "./lib" - } + "outDir": "./lib", + "rootDir": "./src" + }, + "include": ["src/**/*"] } diff --git a/package.json b/package.json index 953c008e..b832e273 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "test:cov": "yarn test --coverage", "extract-fixtures": "tsx scripts/extract-webhook-example.ts", "generate:json-schemas": "node scripts/generate-json-schemas-all.js", - "postinstall": "yarn build:libs" + "postinstall": "yarn build:libs", + "clean": "rm -rf libs/*/lib" }, "wireit": { "build:libs": {