TypeScript: use strict mode

This commit is contained in:
Standa Lukeš 2020-09-26 16:22:08 +00:00
parent 5b9266f703
commit c685f2dfb8

View file

@ -1,5 +1,9 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
// "target": "ES2019"
"strict": true
},
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],