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",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
|
|
|
],
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/*.d.ts",
|
|
|
|
|
"src/injected/**/*"
|
|
|
|
|
]
|
|
|
|
|
}
|