Files
Jordan Higuera Higuera b1dc8e274c Initial commit
2023-08-07 01:27:28 -07:00

11 lines
214 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"],
}