diff --git a/apps/data-service/tsconfig.json b/apps/data-service/tsconfig.json index 42b4ae1..d9f09df 100644 --- a/apps/data-service/tsconfig.json +++ b/apps/data-service/tsconfig.json @@ -1,19 +1,5 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "outDir": "./dist", - "rootDir": "./src" - }, - "include": ["src/**/*"], - "exclude": [ - "node_modules", - "dist", - "**/*.test.ts", - "**/*.spec.ts", - "**/test/**", - "**/tests/**", - "**/__tests__/**" - ], + "extends": "../../tsconfig.app.json", "references": [ { "path": "../../libs/types" }, { "path": "../../libs/config" }, diff --git a/apps/data-sync-service/tsconfig.json b/apps/data-sync-service/tsconfig.json index 42b4ae1..d9f09df 100644 --- a/apps/data-sync-service/tsconfig.json +++ b/apps/data-sync-service/tsconfig.json @@ -1,19 +1,5 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "outDir": "./dist", - "rootDir": "./src" - }, - "include": ["src/**/*"], - "exclude": [ - "node_modules", - "dist", - "**/*.test.ts", - "**/*.spec.ts", - "**/test/**", - "**/tests/**", - "**/__tests__/**" - ], + "extends": "../../tsconfig.app.json", "references": [ { "path": "../../libs/types" }, { "path": "../../libs/config" }, diff --git a/apps/web-api/tsconfig.json b/apps/web-api/tsconfig.json index e91ca6e..d9f09df 100644 --- a/apps/web-api/tsconfig.json +++ b/apps/web-api/tsconfig.json @@ -1,11 +1,5 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "rootDir": "./src", - "outDir": "./dist" - }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.test.ts"], + "extends": "../../tsconfig.app.json", "references": [ { "path": "../../libs/types" }, { "path": "../../libs/config" },