Upgrade to TypeScript 3.9 (#75)

This commit is contained in:
Steve Faulkner
2020-07-08 10:12:49 -05:00
committed by GitHub
parent 00bb39deb4
commit 604f87f318
8 changed files with 420 additions and 324 deletions

View File

@@ -16,7 +16,8 @@
"jsx": "react",
"moduleResolution": "node",
"resolveJsonModule": true,
"noEmit": true
"noEmit": true,
"types": ["jest"]
},
"include": ["./src/**/*"],
"exclude": ["./src/**/__mocks__/**/*"]