aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Code Hz <git@hertz.moe> 2023-08-25 10:41:23 +0800
committerGravatar GitHub <noreply@github.com> 2023-08-24 19:41:23 -0700
commitb9c2309c8abd6adf4229773a4531c89da912a8a5 (patch)
treebb9d3a4390932da8756b9cfc7e2eb9437d99e25f /src
parent43c4da8c9a1fbfaebb707e2eb627a5da4952b7c6 (diff)
downloadbun-b9c2309c8abd6adf4229773a4531c89da912a8a5.tar.gz
bun-b9c2309c8abd6adf4229773a4531c89da912a8a5.tar.zst
bun-b9c2309c8abd6adf4229773a4531c89da912a8a5.zip
Remove conflict option in tsconfig-for-init.json (#4284)
fix https://github.com/oven-sh/bun/issues/4283
Diffstat (limited to 'src')
-rw-r--r--src/cli/tsconfig-for-init.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json
index 7cf08cdb5..be079b233 100644
--- a/src/cli/tsconfig-for-init.json
+++ b/src/cli/tsconfig-for-init.json
@@ -15,7 +15,6 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
- "noEmit": true,
"types": [
"bun-types" // add Bun global
]