disabling any for proxy, removing vuln dep

This commit is contained in:
Vallie Joseph
2023-07-31 20:56:20 +00:00
parent a3d9e7703a
commit 0351982fe9
4 changed files with 25 additions and 43 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"noImplicitAny": false
},
"include": [
"./src"