Enable all strict type checking options by default

This commit is contained in:
Ivan Kasenkov
2021-09-09 12:40:35 +03:00
committed by GitHub
parent 4093b7623f
commit 742098838f
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",