2026-06-10 14:06:16 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"useDefineForClassFields": true,
|
|
|
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
|
|
|
"allowJs": false,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"jsx": "react-jsx"
|
|
|
|
|
},
|
2026-06-15 13:39:02 +08:00
|
|
|
"include": ["src", "vite.config.ts", "vitest.config.ts"]
|
2026-06-10 14:06:16 +08:00
|
|
|
}
|