enable strict mode

This commit is contained in:
Ivan Grokhotkov 2023-01-17 10:10:21 +08:00
parent 9bbb76e016
commit f82528a69a
No known key found for this signature in database
GPG Key ID: 1E050E141B280628

View File

@ -12,7 +12,8 @@
"forceConsistentCasingInFileNames": true,
"lib": ["ES2020", "DOM"],
"importHelpers": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"strict": true
},
"include": ["src/**/*"]
}