1.0.2 • Published 2 months ago

@tsconfig/cypress v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

A base TSConfig for working with Cypress.

Add the package to your "devDependencies":

npm install --save-dev @tsconfig/cypress
yarn add --dev @tsconfig/cypress

Add to your tsconfig.json:

"extends": "@tsconfig/cypress/tsconfig.json"

The tsconfig.json:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "target": "es5",
    "lib": ["es5", "dom"],
    "types": ["cypress"]
  }
}

You can find the code here.

1.0.2

2 months ago

1.0.1

2 years ago

1.0.0

3 years ago