13 lines
170 B
Plaintext
13 lines
170 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"presets": [
|
|
"@babel/preset-stage-2"
|
|
],
|
|
"ignore": [
|
|
"config/",
|
|
"node_modules"
|
|
]
|
|
}
|