changeset 314 | f5690d918358 |
parent 305 | ff6cf3fc5f40 |
313:706f10bcdc3c | 314:f5690d918358 |
---|---|
1 { |
|
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": "es6", |
|
7 "allowSyntheticDefaultImports": true |
|
8 }, |
|
9 "exclude": [ |
|
10 "node_modules", |
|
11 "bower_components", |
|
12 "jspm_packages", |
|
13 "tmp", |
|
14 "temp", |
|
15 "dist" |
|
16 ] |
|
17 } |