Skip to content

Instantly share code, notes, and snippets.

@meDavid
Created January 11, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meDavid/6a0f0079bb0df44d9246fe95dcbb2e02 to your computer and use it in GitHub Desktop.
Save meDavid/6a0f0079bb0df44d9246fe95dcbb2e02 to your computer and use it in GitHub Desktop.
Minimal Cypress tsconfig file
{
"include": [
"integration/*.ts",
"../node_modules/cypress"
],
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment