diff --git a/tsconfig.app.json b/tsconfig.app.json index fa1022b5..b0f76873 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -9,7 +9,6 @@ "exclude": ["src/test/**/*"], "compilerOptions": { "allowImportingTsExtensions": true, - "noEmit": false, "composite": true, "baseUrl": ".", "paths": { diff --git a/tsconfig.node.json b/tsconfig.node.json index 65b4ee68..143dcadd 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -10,7 +10,7 @@ ], "compilerOptions": { "allowImportingTsExtensions": true, - "noEmit": false, + "noEmit": true, "composite": true, "module": "ESNext", "moduleResolution": "Bundler",