aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-24 19:51:14 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-24 19:51:14 -0700
commitb70210a005a4fa9ed6639e618020818fb0f695e8 (patch)
tree7b2a6bbeceea8630be74ce506895407711b724c8 /docs
parentb9c2309c8abd6adf4229773a4531c89da912a8a5 (diff)
downloadbun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.gz
bun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.zst
bun-b70210a005a4fa9ed6639e618020818fb0f695e8.zip
Use noEmit
Diffstat (limited to 'docs')
-rw-r--r--docs/runtime/typescript.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/runtime/typescript.md b/docs/runtime/typescript.md
index d1fd81108..eade2f13b 100644
--- a/docs/runtime/typescript.md
+++ b/docs/runtime/typescript.md
@@ -78,8 +78,6 @@ These are the recommended `compilerOptions` for a Bun project.
"moduleResolution": "bundler",
"noEmit": true,
"allowImportingTsExtensions": true,
- "emitDeclarationOnly": true,
- "composite": true,
"moduleDetection": "force",
// if TS 4.x or earlier
"moduleResolution": "nodenext",