aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jiri Spac <capajj@gmail.com> 2023-07-17 05:31:54 +0200
committerGravatar GitHub <noreply@github.com> 2023-07-16 20:31:54 -0700
commit131ed0602040d8666c2d5e83fd61c5a682d92ff2 (patch)
tree61e5625e2657413183a6e7ffb3c2e4b5e70ea71d
parente546e4064c5f22e60559f1fd544928fe3ffe260f (diff)
downloadbun-131ed0602040d8666c2d5e83fd61c5a682d92ff2.tar.gz
bun-131ed0602040d8666c2d5e83fd61c5a682d92ff2.tar.zst
bun-131ed0602040d8666c2d5e83fd61c5a682d92ff2.zip
docs: add one missing line in typescript.md (#3650)
-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