split node and bundled TS config

This commit is contained in:
imperosol
2026-08-20 16:17:23 +02:00
parent d6677b1fbd
commit 3291a78d2b
3 changed files with 40 additions and 22 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"include": ["vite.config.*"],
"compilerOptions": {
"module": "preserve",
"moduleResolution": "bundler",
"types": ["node"],
"emitDeclarationOnly": true,
"composite": true
}
}