Migrate to TS strict mode 3/n (#2482)

This commit is contained in:
John Flockton
2022-06-21 12:52:00 +01:00
committed by GitHub
parent 5802651c24
commit 60e06fd116
26 changed files with 216 additions and 176 deletions

View File

@ -4,7 +4,7 @@
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./.ts-temp",
"strict": false
"strict": true
},
"exclude": [
"**/__tests__/**",