-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
pkg/serverThis is due to an issue in the packages/server directoryThis is due to an issue in the packages/server directorytype: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version releasev5.2.0 🐛Issue present since 5.2.0Issue present since 5.2.0
Description
Current behavior
With version 5.2.0, 5.3.0, 5.4.0, 5.5.0
Using a tsconfig.json
in the cypress directory.
Run the command cypress open
The output displays:
Couldn't find tsconfig.json. tsconfig-paths will be skipped
Desired behavior
Use the tsconfig.json
: it works with version 5.1.0
Test code to reproduce
tsconfig.json
in {root_project _directory}/cypress/
{
"compilerOptions": {
"strict": true,
"sourceMap": false,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"esModuleInterop": false,
"experimentalDecorators": true,
"importHelpers": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"lib": ["es6", "dom"],
"types": ["cypress", "node"]
},
"include": ["**/*.ts"]
}
Versions
5.2.0, 5.3.0, 5.4.0, 5.5.0
Work with 5.1.0
dontmakemethink, marrkeri, Michel73, s-inshiy, kpoelhekke and 1 more
Metadata
Metadata
Assignees
Labels
pkg/serverThis is due to an issue in the packages/server directoryThis is due to an issue in the packages/server directorytype: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version releasev5.2.0 🐛Issue present since 5.2.0Issue present since 5.2.0