diff options
author | 2023-08-24 19:51:14 -0700 | |
---|---|---|
committer | 2023-08-24 19:51:14 -0700 | |
commit | b70210a005a4fa9ed6639e618020818fb0f695e8 (patch) | |
tree | 7b2a6bbeceea8630be74ce506895407711b724c8 /src | |
parent | b9c2309c8abd6adf4229773a4531c89da912a8a5 (diff) | |
download | bun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.gz bun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.zst bun-b70210a005a4fa9ed6639e618020818fb0f695e8.zip |
Use noEmit
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/tsconfig-for-init.json | 2 |
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, |