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