server/bo_client/jsconfig.json
author ymh <ymh.work@gmail.com>
Fri, 17 Feb 2017 22:01:32 +0100
changeset 517 3143195e91b4
parent 304 20071981ba2a
permissions -rw-r--r--
Upgrade ember-aupac-typeahead

{
  // 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"
  ]
}