aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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",