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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
517
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     2
  // See https://go.microsoft.com/fwlink/?LinkId=759670
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     3
  // for the documentation about the jsconfig.json format
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     4
  "compilerOptions": {
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     5
    "target": "es6",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     6
    "module": "commonjs",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     7
    "allowSyntheticDefaultImports": true
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     8
  },
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
     9
  "exclude": [
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    10
    "node_modules",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    11
    "bower_components",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    12
    "jspm_packages",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    13
    "tmp",
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    14
    "temp"
3143195e91b4 Upgrade ember-aupac-typeahead
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    15
  ]
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
}