mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 01:18:56 -06:00
* Cleanup duplication across tsconfig files in packages * empty commit * Add ts-ignore * Add ts-ignore
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": false
|
|
},
|
|
"include": [
|
|
"lib/*.ts",
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
]
|
|
} |