mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
68c5714f1a
* Cleanup duplication across tsconfig files in packages * empty commit * Add ts-ignore * Add ts-ignore
18 lines
255 B
JSON
18 lines
255 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": [
|
|
"src/*.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"test",
|
|
"script"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"types": []
|
|
},
|
|
}
|