mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 14:10:57 -06:00
* Cleanup duplication across tsconfig files in packages * empty commit * Add ts-ignore * Add ts-ignore
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": [
|
|
"src",
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
}
|
|
} |