removed "strictPropertyInitialization": false,

This commit is contained in:
Abhinav 2023-07-11 12:31:57 +05:30
parent 85f59c2ee6
commit 91879d0c29

View file

@ -10,7 +10,6 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"target": "es5",
"useUnknownInCatchVariables": false
},