forked from cmichaelgraham/aurelia-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
29 lines (29 loc) · 996 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "1.4.1",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false
},
"filesGlob": [
"./**/*.ts"
],
"files": [
"./**/*.ts",
"./skel-nav-esri-vs-ts/typings/aurelia-amd/aurelia-amd.d.ts",
"./skel-nav-esri-vs-ts/typings/aurelia/aurelia.d.ts",
"./skel-nav-esri-vs-ts/typings/core-js/core-js.d.ts",
"./skel-nav-esri-vs-ts/typings/dojo/dojo.d.ts",
"./skel-nav-esri-vs-ts/typings/es6-promise/es6-promise.d.ts",
"./skel-nav-esri-vs-ts/typings/esri/esri.d.ts",
"./skel-nav-esri-vs-ts/views/app.ts",
"./skel-nav-esri-vs-ts/views/child-router.ts",
"./skel-nav-esri-vs-ts/views/esri-map.ts",
"./skel-nav-esri-vs-ts/views/flickr.ts",
"./skel-nav-esri-vs-ts/views/nav-bar.ts",
"./skel-nav-esri-vs-ts/views/welcome.ts"
]
}