You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does not work?
running tsc for the project using plugin throws error:
node_modules/@cypress-audit/lighthouse/index.d.ts:44:26 - error TS2724: 'Cypress' has no exported member named 'BrowserLaunchOptions'. Did you mean 'BeforeBrowserLaunchOptions'?
44 launchOptions: Cypress.BrowserLaunchOptions
~~~~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/@cypress-audit/lighthouse/index.d.ts:44
How to reproduce?
project with typescript and cypress 13.6.0
@cypress-audit/lighthouse installed
compile project by tsc (skipLibCheck option in tsconfig.json should not exist of equql 'false')
Expected behavior
No error when tsc ran with skipLibCheck=false
The text was updated successfully, but these errors were encountered:
What does not work?
running
tsc
for the project using plugin throws error:How to reproduce?
tsc
(skipLibCheck
option in tsconfig.json should not exist of equql 'false')Expected behavior
No error when
tsc
ran with skipLibCheck=falseThe text was updated successfully, but these errors were encountered: