PR-733704: remove noEmit from tsconfig.cy.json

ts-loader requires TypeScript to emit output. noEmit:true was causing
"TypeScript emitted no output" errors in the Cypress webpack build.
This commit is contained in:
2026-06-21 06:01:33 +00:00
parent 9223b1e144
commit df367639b9

View File

@@ -2,7 +2,6 @@
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"rootDir": ".", "rootDir": ".",
"noEmit": true,
"types": ["cypress", "node"] "types": ["cypress", "node"]
}, },
"include": [ "include": [