From b1a5a74563fd289013c5334765870248e1f8b320 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 2 Jun 2025 19:44:17 -0600 Subject: [PATCH] remove 'noEmit' as one possible solution to a tsc error --- tsconfig.node.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index f2bdbb1d..a5def798 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -5,8 +5,7 @@ "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, - "allowImportingTsExtensions": true, - "noEmit": true + "allowImportingTsExtensions": true }, "include": ["vite.config.*"] } \ No newline at end of file