diff --git a/packages/create-webiny-project/_templates/base/tsconfig.json b/packages/create-webiny-project/_templates/base/tsconfig.json index 8fa73fa3715..9c0d7b04c43 100644 --- a/packages/create-webiny-project/_templates/base/tsconfig.json +++ b/packages/create-webiny-project/_templates/base/tsconfig.json @@ -1,8 +1,7 @@ { "extends": "webiny/configs/tsconfig.json", - "noEmit": true, "compilerOptions": { "typeRoots": ["./types"] }, - "include": ["webiny-env.d.ts", "**/*.ts", "**/*.tsx"] + "include": ["webiny-env.d.ts", "webiny.config.tsx", "extensions"] } diff --git a/packages/project-aws/_templates/appTemplates/admin/tsconfig.json b/packages/project-aws/_templates/appTemplates/admin/tsconfig.json index ccf437ea17a..2217753e594 100644 --- a/packages/project-aws/_templates/appTemplates/admin/tsconfig.json +++ b/packages/project-aws/_templates/appTemplates/admin/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "../../../../tsconfig.json", - "include": ["src"], - "compilerOptions": { - "composite": false - } + "extends": "../../../../tsconfig.json" } diff --git a/packages/project-aws/_templates/appTemplates/api/graphql/tsconfig.json b/packages/project-aws/_templates/appTemplates/api/graphql/tsconfig.json index 12ec2850ed0..716f547e78f 100644 --- a/packages/project-aws/_templates/appTemplates/api/graphql/tsconfig.json +++ b/packages/project-aws/_templates/appTemplates/api/graphql/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "../../../../../tsconfig.json", - "include": ["src"], - "compilerOptions": { - "composite": false - } + "extends": "../../../../../tsconfig.json" } diff --git a/packages/project-aws/_templates/appTemplates/api/migration/tsconfig.json b/packages/project-aws/_templates/appTemplates/api/migration/tsconfig.json index 12ec2850ed0..716f547e78f 100644 --- a/packages/project-aws/_templates/appTemplates/api/migration/tsconfig.json +++ b/packages/project-aws/_templates/appTemplates/api/migration/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "../../../../../tsconfig.json", - "include": ["src"], - "compilerOptions": { - "composite": false - } + "extends": "../../../../../tsconfig.json" } diff --git a/packages/project-aws/_templates/extensions/OpenSearch/coreDdbToEsHandler/dynamoToElastic/tsconfig.json b/packages/project-aws/_templates/extensions/OpenSearch/coreDdbToEsHandler/dynamoToElastic/tsconfig.json index 12ec2850ed0..716f547e78f 100644 --- a/packages/project-aws/_templates/extensions/OpenSearch/coreDdbToEsHandler/dynamoToElastic/tsconfig.json +++ b/packages/project-aws/_templates/extensions/OpenSearch/coreDdbToEsHandler/dynamoToElastic/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "../../../../../tsconfig.json", - "include": ["src"], - "compilerOptions": { - "composite": false - } + "extends": "../../../../../tsconfig.json" }