Skip to content
Snippets Groups Projects
babel.config.json 109 B
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "presets": [
    ["cozy-app", {
      "node": true,
      "react": false,
      "lib": true
    }]
  ]
}