Skip to content

Commit a5b3180

Browse files
committed
Try using relative path to server.ts
1 parent 13c9bba commit a5b3180

File tree

1 file changed

+4
-3
lines changed
  • dev-packages/e2e-tests/test-applications/remix-hydrogen

1 file changed

+4
-3
lines changed

dev-packages/e2e-tests/test-applications/remix-hydrogen/tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"include": [
3-
"**/*.d.ts",
4-
"**/*.ts",
5-
"**/*.tsx"
3+
"./server.ts",
4+
"./app/**/*.d.ts",
5+
"./app/**/*.ts",
6+
"./app/**/*.tsx"
67
],
78
"compilerOptions": {
89
"lib": ["DOM", "DOM.Iterable", "ES2022"],

0 commit comments

Comments
 (0)