2026-02-24 20:44:16 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
2026-05-06 19:07:30 +00:00
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"ignoreDeprecations": "6.0",
|
2026-02-24 20:44:16 +00:00
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
},
|
2026-07-10 08:18:20 +00:00
|
|
|
"include": ["vite.config.ts"]
|
2026-02-24 20:44:16 +00:00
|
|
|
}
|