Finish strict null azurecore (#20619)

* Finish strict null azurecore

* one last
This commit is contained in:
Charles Gagnon
2022-09-19 14:29:42 -07:00
committed by GitHub
parent c6f3996ec7
commit dd253b4e98
8 changed files with 46 additions and 46 deletions
-2
View File
@@ -2,12 +2,10 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"strict": true,
"noUnusedParameters": false,
"typeRoots": [
"./node_modules/@types"
],
"strictNullChecks": false
},
"include": [
"src/**/*"