Files
snk/tsconfig.json
2020-07-19 19:26:34 +02:00

12 lines
243 B
JSON

{
"compilerOptions": {
"lib": ["dom", "ES2020"],
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules"]
}