Files
webgl_play/.babelrc
Daniel Ledda 2381f43d38 First commit
2020-06-23 23:45:44 +02:00

8 lines
109 B
Plaintext

{
"presets": [
"@babel/typescript",
"@babel/env"
],
"plugins": ["@babel/proposal-class-properties"]
}