@tsconfig/cypress

1.0.2 • Public • Published

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.

/@tsconfig/cypress/

    Package Sidebar

    Install

    npm i @tsconfig/cypress

    Weekly Downloads

    8,507

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.1 kB

    Total Files

    4

    Last publish

    Collaborators

    • orta
    • typescript-deploys