GT2/GT2-iOS/node_modules/find-babel-config/.babelrc

12 lines
137 B
Plaintext
Raw Normal View History

2018-02-12 17:26:06 +00:00
{
"presets": [
["env", {
"targets": {
"node": 4
},
"loose": true,
"useBuiltIns": true
}]
]
}