author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 517 | 3143195e91b4 |
permissions | -rw-r--r-- |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{ |
517 | 2 |
// See https://go.microsoft.com/fwlink/?LinkId=759670 |
3 |
// for the documentation about the jsconfig.json format |
|
4 |
"compilerOptions": { |
|
5 |
"target": "es6", |
|
6 |
"module": "commonjs", |
|
7 |
"allowSyntheticDefaultImports": true |
|
8 |
}, |
|
9 |
"exclude": [ |
|
10 |
"node_modules", |
|
11 |
"bower_components", |
|
12 |
"jspm_packages", |
|
13 |
"tmp", |
|
14 |
"temp" |
|
15 |
] |
|
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
} |