2021-06-24 03:01:48 +02:00
|
|
|
{
|
|
|
|
|
"assumptions": {
|
|
|
|
|
"setPublicClassFields": true
|
|
|
|
|
},
|
|
|
|
|
"plugins": [
|
2021-08-03 18:21:07 +02:00
|
|
|
["@babel/plugin-transform-typescript", { "allowDeclareFields": true } ],
|
2021-06-24 03:01:48 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
2021-08-24 23:29:20 +02:00
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
2021-08-27 03:43:13 +02:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
2021-06-24 03:01:48 +02:00
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
|
|
|
],
|
|
|
|
|
"ignore": [
|
2021-10-14 04:27:50 +02:00
|
|
|
"**/*.d.ts"
|
2021-06-24 03:01:48 +02:00
|
|
|
]
|
|
|
|
|
}
|