aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/tsconfig-for-init.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json
index be079b233..1449bc3d9 100644
--- a/src/cli/tsconfig-for-init.json
+++ b/src/cli/tsconfig-for-init.json
@@ -6,7 +6,7 @@
"moduleResolution": "bundler",
"moduleDetection": "force",
"allowImportingTsExtensions": true,
- "emitDeclarationOnly": true,
+ "noEmit": true,
"composite": true,
"strict": true,
"downlevelIteration": true,