Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3403364

Browse files
committed
update tsconfig path
1 parent 6fa0a05 commit 3403364

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

public/docs/_examples/_boilerplate/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"exclude": [
1515
"node_modules/*",
16-
"*.-aot.ts"
16+
"app/*-aot.ts"
1717
]
1818
}

public/docs/_examples/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@
2020
],
2121
"include": [
2222
"*/e2e-spec.ts"
23-
],
24-
"exclude": [
25-
"**/node_modules/*",
26-
"*.-aot.ts"
2723
]
2824
}

0 commit comments

Comments
 (0)