2025-11-10 00:59:40 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
},
|
2026-01-18 21:41:44 +08:00
|
|
|
"include": ["vite.config.ts"]
|
2025-11-10 00:59:40 +08:00
|
|
|
}
|
|
|
|
|
|