Skip to content

Commit 13c9bba

Browse files
committed
Try including all files
1 parent 1936b6f commit 13c9bba

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"include": [
3-
"server.ts",
4-
"./app/**/*.d.ts",
5-
"./app/**/*.ts",
6-
"./app/**/*.tsx"
3+
"**/*.d.ts",
4+
"**/*.ts",
5+
"**/*.tsx"
76
],
87
"compilerOptions": {
98
"lib": ["DOM", "DOM.Iterable", "ES2022"],
@@ -23,5 +22,6 @@
2322
"paths": {
2423
"~/*": ["app/*"]
2524
},
25+
"noEmit": true
2626
}
2727
}

0 commit comments

Comments
 (0)