vanilla-tilt.js/.babelrc

10 lines
109 B
Plaintext
Raw Permalink Normal View History

{
"presets": [
["es2015", {"loose": true}]
],
"plugins": [
2017-01-30 20:22:56 +01:00
"transform-class-properties"
]
}