2
0
mirror of synced 2025-02-22 11:58:25 +00:00
2018-07-20 11:05:34 -05:00

13 lines
170 B
Plaintext

{
"plugins": [
"@babel/plugin-proposal-class-properties"
],
"presets": [
"@babel/preset-stage-2"
],
"ignore": [
"config/",
"node_modules"
]
}