okay, can turn this back on

This commit is contained in:
Daniel LaCosse 2023-11-15 10:54:47 -05:00
parent e88e396676
commit 688e6a09ba
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"allowSyntheticDefaultImports": true,
"target": "es2021",
"removeComments": false,
// "noImplicitAny": true,
"noImplicitAny": true,
"esModuleInterop": true,
"module": "commonjs",
"rootDir": "..",

View file

@ -4,7 +4,7 @@
"esModuleInterop": true,
"target": "es2015",
"removeComments": false,
// "noImplicitAny": true,
"noImplicitAny": true,
"noImplicitThis": true,
"moduleResolution": "Node",
"sourceMap": true,