2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/tsconfig.json
T
Alexander Shabunevich 31c286bb6b New version code prepare
2022-12-04 17:05:23 +03:00

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"]
}