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:
parent
102d92048b
commit
b73ef9153f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"jsx": "preserve",
|
||||
// Check JS files too
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"checkJs": false,
|
||||
// Used for temp builds
|
||||
"outDir": "build",
|
||||
"moduleResolution": "Node",
|
||||
|
|
Loading…
Reference in a new issue