2024-01-01 10:07:21 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2024-01-25 16:00:07 +00:00
|
|
|
"skipLibCheck": true,
|
2024-01-01 10:07:21 +00:00
|
|
|
"module": "ESNext",
|
2024-01-25 16:00:07 +00:00
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"include": ["vite.config.ts"]
|
2024-01-01 10:07:21 +00:00
|
|
|
}
|