Enable strictNullChecks and noImplicitAny (#11194)
This commit is contained in:
committed by
GitHub
parent
b467d0700f
commit
3c81f30c26
@@ -7,7 +7,7 @@
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es2016",
|
||||
"noImplicitAny": false,
|
||||
"noImplicitAny": true,
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
@@ -16,6 +16,7 @@
|
||||
"lib": ["es2020", "dom", "dom.iterable"],
|
||||
"alwaysStrict": true,
|
||||
"strictBindCallApply": true,
|
||||
"strictNullChecks": true,
|
||||
"noImplicitThis": true
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user