mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
@@ -9,7 +9,7 @@
|
||||
"jsx": "preserve",
|
||||
// Check JS files too
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"checkJs": false,
|
||||
// Used for temp builds
|
||||
"outDir": "build",
|
||||
"moduleResolution": "Node",
|
||||
|
||||
Reference in New Issue
Block a user