diff options
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", |