fix: typings errors

This commit is contained in:
DevAndromeda 2021-11-05 12:21:22 +05:45
parent cb0fd060a1
commit 8339a29a41

View file

@ -8,7 +8,9 @@
"strictNullChecks": false,
"esModuleInterop": true,
"pretty": true,
"skipLibCheck": true
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true
},
"include": [
"src/**/*"