build(vite): up tsconfig and copy over configs from a create-vite app

This commit is contained in:
Jack Westbrook
2025-03-03 09:05:28 +01:00
parent db6d3e458f
commit 4a82103632
3 changed files with 38 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}