What TS compilation options are used for cypress.config.ts? #27399
alexeyr-ci
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found
cypress.config.ts
can be used even when not included by anytsconfig.json
in my project (I have one at the root and another inspec/cypress
). So what options are used and can they be changed?The reason I ask is because of a strange issue with importing
cypress-cucumber-preprocessor
, see https://stackoverflow.com/questions/76773181/how-to-correctly-import-a-module-with-module-exports-default for more details.Beta Was this translation helpful? Give feedback.
All reactions