Enable strictNullChecks for extensions by default (#19197)

* Strict null on extensions

* fix test

* Fail on no stdin
This commit is contained in:
Charles Gagnon
2022-04-25 09:19:42 -07:00
committed by GitHub
parent d0aae8e95b
commit cd8a747522
17 changed files with 39 additions and 28 deletions

View File

@@ -10,7 +10,8 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"strict": false,
"noUnusedParameters": false
"noUnusedParameters": false,
"strictNullChecks": false
},
"exclude": [
"node_modules"