From b01764b31ee768872f3689d489b0e89914a8e460 Mon Sep 17 00:00:00 2001 From: xxxhussein <122984423+xxxhussein@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:35:51 +0300 Subject: Fix more types. (#4273) --- packages/web-inspector-bun/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/web-inspector-bun/tsconfig.json') 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", -- cgit v1.2.3