mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Seems like we already added `tsc` to build the project, but we use the wrong babel preset (Flow) instead of the specific TS one. This is only used in testing to make Jest work (from what I can tell).
4 lines
46 B
JSON
4 lines
46 B
JSON
{
|
|
"presets": ["@babel/preset-typescript"]
|
|
}
|