mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src"]
|
|
}
|