1
0
Fork 0

Allowing any exceptions

pull/1477/head
Vallie Joseph 2023-07-31 18:55:37 +00:00
parent 5361052c88
commit c8da8703e9
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"outDir": "./lib",
"rootDir": "./src",
"lib": ["es6", "dom"],
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"noImplicitAny": false
},
"include": [
"./src"