Files
actual/babel.config.json
Alberto Gasparin 47d77a3198 Use babel preset-typescript (#185)
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).
2023-04-08 23:21:14 -04:00

4 lines
46 B
JSON

{
"presets": ["@babel/preset-typescript"]
}