Skip to content

Commit 7b90481

Browse files
committed
test: ✅ fix tester server
without inclluding all generated files, during the rewrite of generated/index.ts, angular dev server misses the changes and does not update
1 parent c861d11 commit 7b90481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/601-testronaut-solution/testronaut/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"types": []
66
},
77
"files": ["main.ts"],
8-
"include": ["**/*.d.ts"]
8+
"include": ["**/*.ts"]
99
}

apps/601-testronaut-starter/testronaut/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"types": []
66
},
77
"files": ["main.ts"],
8-
"include": ["**/*.d.ts"]
8+
"include": ["**/*.ts"]
99
}

0 commit comments

Comments
 (0)