Files
optolith-client/.babelrc
T
Lukas Obermann 268b23c610 Many changes for TypeScript
- Added TypeScript, Webpack 2 and Redux with redux-immutable
- Converted many js files to ts or tsx
2016-12-30 00:51:19 +13:00

29 lines
563 B
Plaintext

{
"presets": [
"react",
"stage-1"
],
"plugins": [
"transform-class-properties",
"transform-do-expressions",
"transform-object-rest-spread",
"transform-es2015-destructuring",
// "transform-es2015-modules-commonjs",
"transform-es2015-parameters",
"transform-runtime"
// ],
// "env": {
// "production": {
// "presets": [
// "es2015",
// "react"
// ],
// "plugins": [
// "transform-class-properties",
// "transform-do-expressions",
// "transform-object-rest-spread",
// "transform-runtime"
]
// }
// }
}