diff options
author | 2023-08-23 20:35:51 +0300 | |
---|---|---|
committer | 2023-08-23 10:35:51 -0700 | |
commit | b01764b31ee768872f3689d489b0e89914a8e460 (patch) | |
tree | 95297ffe41015cb8c3bb7b84449ada53d6d6b691 /packages/web-inspector-bun/tsconfig.json | |
parent | 851763174e77be5dfe409ffb3ee4cb79659cbde4 (diff) | |
download | bun-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.json | 2 |
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", |