|
10 | 10 | "emitDecoratorMetadata": true,
|
11 | 11 | "noEmitOnError": true
|
12 | 12 | },
|
13 |
| - "filesGlob": [ |
14 |
| - "app/**/*.ts" |
15 |
| - ], |
16 |
| - "files": [ |
17 |
| - "node_modules/tns-core-modules/tns-core-modules.base.d.ts", |
18 |
| - "app/nativescript-angular/application.ts", |
19 |
| - "app/nativescript-angular/dom_adapter.ts", |
20 |
| - "app/nativescript-angular/text-value-accessor.ts", |
21 |
| - "app/nativescript-angular/element-registry.d.ts", |
22 |
| - "app/nativescript-angular/application.d.ts", |
23 |
| - "app/nativescript-angular/renderer.ts", |
24 |
| - "app/nativescript-angular/element-registry.ts", |
25 |
| - "app/nativescript-angular/xhr.ts", |
26 |
| - "app/nativescript-angular/directives/ns-directives.ts", |
27 |
| - "app/nativescript-angular/directives/tab-view.ts", |
28 |
| - "app/nativescript-angular/directives/list-view.ts", |
29 |
| - "app/nativescript-angular/polyfills/array.ts", |
30 |
| - "app/nativescript-angular/view-util.ts", |
31 |
| - "app/examples/list/list-test.ts", |
32 |
| - "app/examples/list/list-test-async.ts", |
33 |
| - "app/examples/image/image-test.ts", |
34 |
| - "app/examples/renderer-test.ts", |
35 |
| - "app/main-page.ts", |
36 |
| - "app/performance/benchmark.ts", |
37 |
| - "app/performance/profiling.ts", |
38 |
| - "app/main-view-model.ts", |
39 |
| - "app/app.ts", |
40 |
| - "app/global.d.ts", |
41 |
| - "app/starter.ts" |
42 |
| - ], |
43 | 13 | "exclude": [
|
44 | 14 | "node_modules",
|
45 | 15 | "platforms"
|
|
0 commit comments