diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 00000000..ca75d550 --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "composite": true, + "module": "esnext", + "moduleResolution": "node" + }, + "include": ["vite.config.ts"] +} \ No newline at end of file