aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar xxxhussein <122984423+xxxhussein@users.noreply.github.com> 2023-08-23 20:35:51 +0300
committerGravatar GitHub <noreply@github.com> 2023-08-23 10:35:51 -0700
commitb01764b31ee768872f3689d489b0e89914a8e460 (patch)
tree95297ffe41015cb8c3bb7b84449ada53d6d6b691 /docs
parent851763174e77be5dfe409ffb3ee4cb79659cbde4 (diff)
downloadbun-b01764b31ee768872f3689d489b0e89914a8e460.tar.gz
bun-b01764b31ee768872f3689d489b0e89914a8e460.tar.zst
bun-b01764b31ee768872f3689d489b0e89914a8e460.zip
Fix more types. (#4273)
Diffstat (limited to 'docs')
-rw-r--r--docs/runtime/typescript.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/runtime/typescript.md b/docs/runtime/typescript.md
index eade2f13b..d1fd81108 100644
--- a/docs/runtime/typescript.md
+++ b/docs/runtime/typescript.md
@@ -78,6 +78,8 @@ 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",