chore: update babel config

This commit is contained in:
Sarah Vaupel 2022-04-20 09:05:32 +02:00
parent d5b0063d72
commit 01a2a8ffdb

View File

@ -5,6 +5,8 @@
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-objects", { "loose": true }],
["@babel/transform-runtime"]
]
}