mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
|
{
|
|
"presets": ["@babel/preset-env"],
|
|
"retainLines": true,
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-syntax-dynamic-import"
|
|
]
|
|
} |