mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
21 lines
343 B
Plaintext
21 lines
343 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-async-to-generator",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
],
|
|
|
|
"ignore": [
|
|
"./node_modules",
|
|
"./assets",
|
|
"./view",
|
|
"./tests",
|
|
"./logs",
|
|
"./build",
|
|
"./bin.js"
|
|
]
|
|
}
|