11{
2- "compilerOptions" : {
3- "outDir" : " app" ,
4- "rootDir" : " app" ,
5- "module" : " commonjs" ,
6- "target" : " es5" ,
7- "inlineSourceMap" : true ,
8- "experimentalDecorators" : true ,
9- "removeComments" : false ,
10- "emitDecoratorMetadata" : true ,
11- "noEmitOnError" : true
12- },
13- "files" : [
14- " app/app.ts" ,
15- " app/benchmark.ts" ,
16- " app/global.d.ts" ,
17- " app/main-page.ts" ,
18- " app/main-view-model.ts" ,
19- " app/modules.ts" ,
20- " app/nativescript-angular/application.d.ts" ,
21- " app/nativescript-angular/application.ts" ,
22- " app/nativescript-angular/dom_adapter.ts" ,
23- " app/nativescript-angular/element-registry.d.ts" ,
24- " app/nativescript-angular/element-registry.ts" ,
25- " app/nativescript-angular/polyfills/array.ts" ,
26- " app/nativescript-angular/renderer.ts" ,
27- " app/nativescript-angular/view_node.ts" ,
28- " app/nativescript-angular/xhr.ts" ,
29- " app/nativescript-angular/zone.ts" ,
30- " app/nativescript-angular/zone_patch.ts" ,
31- " app/profiling.ts" ,
32- " app/renderer-test.ts" ,
33- " node_modules/tns-core-modules/tns-core-modules.d.ts"
34- ],
35- "filesGlob" : [
36- " node_modules/tns-core-modules/tns-core-modules.d.ts" ,
37- " app/**/*.ts"
38- ]
2+ "compilerOptions" : {
3+ "outDir" : " app" ,
4+ "rootDir" : " app" ,
5+ "module" : " commonjs" ,
6+ "target" : " es5" ,
7+ "inlineSourceMap" : true ,
8+ "experimentalDecorators" : true ,
9+ "removeComments" : false ,
10+ "emitDecoratorMetadata" : true ,
11+ "noEmitOnError" : true
12+ },
13+ "files" : [
14+ " app/app.ts" ,
15+ " app/benchmark.ts" ,
16+ " app/global.d.ts" ,
17+ " app/main-page.ts" ,
18+ " app/main-view-model.ts" ,
19+ " app/nativescript-angular/application.d.ts" ,
20+ " app/nativescript-angular/application.ts" ,
21+ " app/nativescript-angular/dom_adapter.ts" ,
22+ " app/nativescript-angular/element-registry.d.ts" ,
23+ " app/nativescript-angular/element-registry.ts" ,
24+ " app/nativescript-angular/polyfills/array.ts" ,
25+ " app/nativescript-angular/renderer.ts" ,
26+ " app/nativescript-angular/view_node.ts" ,
27+ " app/nativescript-angular/xhr.ts" ,
28+ " app/nativescript-angular/zone.ts" ,
29+ " app/nativescript-angular/zone_patch.ts" ,
30+ " app/profiling.ts" ,
31+ " app/renderer-test.ts" ,
32+ " node_modules/tns-core-modules/tns-core-modules.d.ts"
33+ ],
34+ "filesGlob" : [
35+ " node_modules/tns-core-modules/tns-core-modules.d.ts" ,
36+ " app/**/*.ts"
37+ ]
3938}
0 commit comments