Files

15 lines
299 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noUnusedLocals": false,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["ES2020", "DOM"],
"types": ["vite/client"]
},
"include": ["src"]
}