fix: typings errors
This commit is contained in:
parent
cb0fd060a1
commit
8339a29a41
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
"strictNullChecks": false,
|
||||
"esModuleInterop": true,
|
||||
"pretty": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"importHelpers": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
|
Loading…
Reference in a new issue