2026-04-21 22:07:29 +08:00
|
|
|
{
|
2026-04-24 10:42:11 +08:00
|
|
|
"include": ["vite.config.*", "vite.config.d.ts"],
|
2026-04-21 22:07:29 +08:00
|
|
|
"compilerOptions": {
|
2026-04-24 10:42:11 +08:00
|
|
|
"composite": true,
|
|
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"lib": ["ES2022", "DOM"],
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"moduleDetection": "force",
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"skipLibCheck": true
|
2026-04-21 22:07:29 +08:00
|
|
|
}
|
|
|
|
|
}
|