Update tsconfig.json

This commit is contained in:
Paulus Schoutsen 2021-08-30 20:36:37 -07:00 committed by GitHub
parent acc2db5d21
commit e95f421db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true
},
"include": ["src/*"]
}