Skip to content

Commit 7c0cd9f

Browse files
committed
Fix ng-sample tsconfig. Not hardcoding files anymore.
1 parent a81c6ff commit 7c0cd9f

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

ng-sample/references.d.ts

-1
This file was deleted.

ng-sample/tsconfig.json

-30
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,6 @@
1010
"emitDecoratorMetadata": true,
1111
"noEmitOnError": true
1212
},
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-
],
4313
"exclude": [
4414
"node_modules",
4515
"platforms"

0 commit comments

Comments
 (0)