Files
2026-07-01 19:56:44 +08:00

12 lines
211 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ES2020", "DOM"]
},
"include": ["src"]
}