2026-01-21 10:04:27 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"target": "ESNext",
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "bundler",
|
2026-01-21 15:22:13 +00:00
|
|
|
"esModuleInterop": true,
|
2026-01-21 10:04:27 +00:00
|
|
|
"strict": true,
|
2026-01-21 15:22:13 +00:00
|
|
|
"types": [],
|
2026-01-21 10:04:27 +00:00
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
},
|
2026-01-22 14:17:36 +00:00
|
|
|
"include": ["vite.config.ts", "vitest.config.ts"]
|
2026-01-21 10:04:27 +00:00
|
|
|
}
|