File tree 3 files changed +8
-20
lines changed
3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change
1
+ /// <reference path="../node_modules/angular2/typings/es6-shim/es6-shim.d.ts" />
2
+ /// <reference path="../node_modules/angular2/typings/node/node.d.ts" />
3
+ /// <reference path="../node_modules/tns-core-modules/tns-core-modules.base.d.ts" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
+ "outDir" : " app" ,
4
+ "rootDir" : " app" ,
3
5
"module" : " commonjs" ,
4
6
"target" : " es5" ,
5
7
"inlineSourceMap" : true ,
8
+ "experimentalDecorators" : true ,
9
+ "removeComments" : false ,
6
10
"emitDecoratorMetadata" : true ,
7
- "experimentalDecorators " : true
11
+ "noEmitOnError " : true
8
12
},
9
- "files" : [
10
- " app/app.component.ts" ,
11
- " app/main.ts" ,
12
- " app/compat.d.ts" ,
13
- " app/shared/config.ts" ,
14
- " app/shared/grocery/grocery.ts" ,
15
- " app/shared/grocery/grocery-list.service.ts" ,
16
- " app/shared/user/user.ts" ,
17
- " app/shared/user/user.service.ts" ,
18
- " app/pages/list/list.component.ts" ,
19
- " app/pages/login/login.component.ts" ,
20
- " app/pages/register/register.component.ts" ,
21
- " node_modules/tns-core-modules/tns-core-modules.base.d.ts"
22
- ],
23
- "filesGlob" : [
24
- " node_modules/tns-core-modules/tns-core-modules.base.d.ts" ,
25
- " app/**/*.ts"
26
- ],
27
13
"exclude" : [
28
14
" node_modules" ,
29
15
" platforms"
You can’t perform that action at this time.
0 commit comments