Revision 590beb6a1f86b3cb198ea90006fe0d221bafc5de authored by ThieryMichel on 18 December 2018, 10:55:50 UTC, committed by GitHub on 18 December 2018, 10:55:50 UTC
2 parent s bee95c6 + f1edbfe
Raw File
jsconfig.json
{
  "compilerOptions": {
    "target": "ES6",
    "module": "commonjs",
    "allowSyntheticDefaultImports": true
  },
  "exclude": [
    "src/build",
    "node_modules"
  ]
}
back to top