server/bo_client/jsconfig.json
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 10:50:32 +0100
changeset 523 98c45e30b841
parent 517 3143195e91b4
permissions -rw-r--r--
version 0.0.17

{
  // See https://go.microsoft.com/fwlink/?LinkId=759670
  // for the documentation about the jsconfig.json format
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "allowSyntheticDefaultImports": true
  },
  "exclude": [
    "node_modules",
    "bower_components",
    "jspm_packages",
    "tmp",
    "temp"
  ]
}