From b70210a005a4fa9ed6639e618020818fb0f695e8 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 24 Aug 2023 19:51:14 -0700 Subject: Use noEmit --- src/cli/tsconfig-for-init.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index be079b233..1449bc3d9 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -6,7 +6,7 @@ "moduleResolution": "bundler", "moduleDetection": "force", "allowImportingTsExtensions": true, - "emitDeclarationOnly": true, + "noEmit": true, "composite": true, "strict": true, "downlevelIteration": true, -- cgit v1.2.3