feat: add TypeScript config for Vite config file

This commit is contained in:
2026-03-07 23:00:05 -06:00
parent 99f9555046
commit 86202d24b8

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}