diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/tsconfig-for-init.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index 29f8aa003..7cf08cdb5 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -6,6 +6,8 @@ "moduleResolution": "bundler", "moduleDetection": "force", "allowImportingTsExtensions": true, + "emitDeclarationOnly": true, + "composite": true, "strict": true, "downlevelIteration": true, "skipLibCheck": true, |