Files
talk/.babelrc
T
Belen Curcio 428a62ffd4 tests
2016-12-18 11:31:27 -03:00

16 lines
302 B
Plaintext

{
"sourceMaps": true,
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-async-to-generator",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-react-jsx"
]
}