2017-11-27 07:15:09 +01:00
|
|
|
{
|
2020-08-11 07:21:51 +02:00
|
|
|
"presets": [ [
|
|
|
|
"@babel/env",
|
|
|
|
{
|
2020-09-22 23:43:39 +02:00
|
|
|
"useBuiltIns": "usage",
|
|
|
|
"corejs": {
|
|
|
|
"version": 3, "proposals": true
|
|
|
|
},
|
2020-08-11 07:21:51 +02:00
|
|
|
"targets": {
|
|
|
|
"node": 10
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/typescript"
|
|
|
|
],
|
2020-03-14 07:16:47 +01:00
|
|
|
"plugins": [
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-plugin-dynamic-import-node",
|
|
|
|
"@babel/proposal-class-properties",
|
|
|
|
"@babel/proposal-object-rest-spread",
|
2020-03-14 07:16:47 +01:00
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator"
|
2020-08-11 07:21:51 +02:00
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"**/*.d.ts"
|
2020-03-14 07:16:47 +01:00
|
|
|
]
|
2017-06-26 02:13:39 +08:00
|
|
|
}
|