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",
|
"jsx": "preserve",
|
||||||
// Check JS files too
|
// Check JS files too
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": true,
|
"checkJs": false,
|
||||||
// Used for temp builds
|
// Used for temp builds
|
||||||
"outDir": "build",
|
"outDir": "build",
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
|
|
Loading…
Reference in a new issue