mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 07:59:03 -06:00
* Cleanup duplication across tsconfig files in packages * empty commit * Add ts-ignore * Add ts-ignore
14 lines
190 B
JSON
14 lines
190 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
"lib/**/*.ts",
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
}
|
|
}
|