fix: stop typechecking javascript files

We've got a bunch of type errors that need to be fixed but we want to do that progressively
This commit is contained in:
Tom French 2022-08-24 21:09:16 +01:00
parent 102d92048b
commit b73ef9153f

View file

@ -9,7 +9,7 @@
"jsx": "preserve",
// Check JS files too
"allowJs": true,
"checkJs": true,
"checkJs": false,
// Used for temp builds
"outDir": "build",
"moduleResolution": "Node",