diff options
author | 2023-08-24 19:51:14 -0700 | |
---|---|---|
committer | 2023-08-24 19:51:14 -0700 | |
commit | b70210a005a4fa9ed6639e618020818fb0f695e8 (patch) | |
tree | 7b2a6bbeceea8630be74ce506895407711b724c8 /docs | |
parent | b9c2309c8abd6adf4229773a4531c89da912a8a5 (diff) | |
download | bun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.gz bun-b70210a005a4fa9ed6639e618020818fb0f695e8.tar.zst bun-b70210a005a4fa9ed6639e618020818fb0f695e8.zip |
Use noEmit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/runtime/typescript.md | 2 |
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", |