chore: test fixes

This commit is contained in:
Matthew Little
2020-08-24 17:10:03 -06:00
parent c55c272ac4
commit 25181fa80e
7 changed files with 69 additions and 659 deletions

View File

@@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": false,
"resolveJsonModule": true,
"baseUrl": ".",
"skipLibCheck": true,
"skipLibCheck": false,
"paths": {
"*": ["src/@types/*"]
}