1
0
Fork 0

add implicit ignore

pull/1477/head
Vallie Joseph 2023-07-31 14:44:08 +00:00
parent 8e5eb8d389
commit 15d972f4bb
1 changed files with 2 additions and 1 deletions

View File

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