Revision 45bcba78f9f722830ae4d0d51006f50ed02d5daa authored by ThieryMichel on 28 February 2017, 16:51:21 UTC, committed by GitHub on 28 February 2017, 16:51:21 UTC
[RFR] Validate fields completes attribute
2 parent s 89446bf + 53ace3e
Raw File
jsconfig.json
{
  "compilerOptions": {
    "target": "ES6",
    "module": "commonjs",
    "allowSyntheticDefaultImports": true
  },
  "exclude": [
    "src/build",
    "node_modules"
  ]
}
back to top