Files

13 lines
235 B
JSON
Raw Permalink Normal View History

2026-05-16 23:24:55 +08:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}