Files
snk/tsconfig.json
platane a149bab26a 🚀 draw world
2020-07-18 17:46:41 +02:00

13 lines
266 B
JSON

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