aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime')
-rw-r--r--docs/runtime/typescript.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/runtime/typescript.md b/docs/runtime/typescript.md
index b79b1ec6d..eade2f13b 100644
--- a/docs/runtime/typescript.md
+++ b/docs/runtime/typescript.md
@@ -76,6 +76,7 @@ These are the recommended `compilerOptions` for a Bun project.
// if TS 5.x+
"moduleResolution": "bundler",
+ "noEmit": true,
"allowImportingTsExtensions": true,
"moduleDetection": "force",
// if TS 4.x or earlier