mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2022",
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
},
|
|
"externalHelpers": true,
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
}
|
|
},
|
|
"sourceMaps": true
|
|
}
|