mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env"
|
|
, {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import"
|
|
, "@babel/plugin-syntax-import-meta"
|
|
, "@babel/plugin-proposal-class-properties"
|
|
, "@babel/plugin-proposal-json-strings"
|
|
]
|
|
}
|