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