Files

13 lines
221 B
JSON
Raw Permalink Normal View History

2023-10-20 17:12:08 +01:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
2024-01-09 18:58:26 +01:00
"include": [
"vite.config.ts"
]
2023-10-20 17:12:08 +01:00
}