This commit is contained in:
Michael Telatynski 2023-03-07 18:52:50 +00:00
parent a550341663
commit 4451ff1d6c
No known key found for this signature in database
GPG Key ID: 98BC6A2B829297FE

View File

@ -16,6 +16,7 @@ module.exports = {
"@babel/preset-react",
],
plugins: [
["@babel/plugin-transform-typescript", { allowDeclareFields: true }],
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-class-properties",