1
0
Fork 0

Resolving any type errors

pull/1477/head
Vallie Joseph 2023-07-31 18:28:30 +00:00
parent 11f44ab0ac
commit 6848c82c72
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"noImplicitAny": false
},
"include": [
"./src"

View File

@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"noImplicitAny": false
},
"include": [
"./src"