All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.common.cypress.tsconfig.json Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
{
  "compilerOptions": {
    "module": "esnext",
    "moduleResolution": "node",
    "strict": true,
    "target": "es6",
    "lib": ["es5", "es6", "dom", "dom.iterable"],
    "types": ["cypress"]
  },
  "include": ["**/*.ts"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy