aboutsummaryrefslogtreecommitdiff
path: root/packages/web-inspector-bun/tsconfig.json
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 /packages/web-inspector-bun/tsconfig.json
parent851763174e77be5dfe409ffb3ee4cb79659cbde4 (diff)
downloadbun-b01764b31ee768872f3689d489b0e89914a8e460.tar.gz
bun-b01764b31ee768872f3689d489b0e89914a8e460.tar.zst
bun-b01764b31ee768872f3689d489b0e89914a8e460.zip
Fix more types. (#4273)
Diffstat (limited to 'packages/web-inspector-bun/tsconfig.json')
-rw-r--r--packages/web-inspector-bun/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web-inspector-bun/tsconfig.json b/packages/web-inspector-bun/tsconfig.json
index 1760229b2..d2f5d2892 100644
--- a/packages/web-inspector-bun/tsconfig.json
+++ b/packages/web-inspector-bun/tsconfig.json
@@ -6,6 +6,8 @@
"moduleResolution": "bundler",
"moduleDetection": "force",
"allowImportingTsExtensions": true,
+ "emitDeclarationOnly": true,
+ "composite": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "preserve",