Files
react-vis-gridarea/.babelrc
T
Abhas a7007048ab Initial structure
Generated with node-typescript-webpack
2018-06-21 15:06:07 +05:30

18 lines
362 B
Plaintext

{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
}
],
"stage-2"
]
}