remove more uses of the deprictated function

This commit is contained in:
MathMan05 2024-08-26 14:16:01 -05:00
parent 00946b500a
commit 3894fcb976
8 changed files with 156 additions and 145 deletions

View file

@ -9,7 +9,7 @@
"removeComments": false,
"noImplicitThis":true,
"useUnknownInCatchVariables":true,
"strictNullChecks":true
"strictNullChecks":false
},
"include": [
"./webpage/*.ts"