From 3e2af936319d56fdfcb8b01efb3db8449afd7cbd Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 13:25:12 +0000 Subject: [PATCH] Add tsconfig.node.json --- tsconfig.node.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tsconfig.node.json diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..9038688 --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] +} \ No newline at end of file