evacuated-noice/cast-receiver/.babelrc

11 lines
211 B
Plaintext
Raw Permalink Normal View History

2021-10-01 05:12:19 +00:00
{
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{},
"https://stackoverflow.com/a/52841656/2410641"
]
]
}