We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have cypress types working and configured in tsconfig.json, however, the type does not appear to work outside of the /cypress folder.
/cypress
{ "extends": "./tsconfig.json", "compilerOptions": { "types": [ "cookie-session", "cypress", "node", "cypress-real-events", "cypress-wait-until", "@testing-library/cypress", "@cypress/grep", "webpack-env" ] }, "exclude": ["**/*.test.tsx", "**/*.test.ts", "**/__tests__", "common/test-utils"], "include": [ "./cypress.config.ts", "cypress", "**/*.cy.tsx", "**/*.d.ts", "webapp/src", "ui", "common", "./**/*.json", "webapp/Config.ts" ] }
The text was updated successfully, but these errors were encountered:
I'm transferring this to the cypress-testing-library repo :)
Sorry, something went wrong.
No branches or pull requests
Problem description:
I have cypress types working and configured in tsconfig.json, however, the type does not appear to work outside of the
/cypress
folder.The text was updated successfully, but these errors were encountered: