Skip to content

Commit 1936b6f

Browse files
committed
Remove noEmit from tsconfig
1 parent c0309d4 commit 1936b6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "shopify hydrogen dev --codegen",
88
"preview": "shopify hydrogen preview",
99
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
10-
"typecheck": "tsc -v",
10+
"typecheck": "tsc",
1111
"codegen": "shopify hydrogen codegen",
1212
"clean": "npx rimraf node_modules dist pnpm-lock.yaml",
1313
"test:build": "pnpm install && npx playwright install && pnpm build",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
"paths": {
2424
"~/*": ["app/*"]
2525
},
26-
"noEmit": true
2726
}
2827
}

0 commit comments

Comments
 (0)