mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:26 -05:00
fix: add esModuleInterop so that the default imports issue goes away
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2021", "DOM"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"downlevelIteration": true,
|
||||
|
||||
Reference in New Issue
Block a user