mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 07:59:03 -06:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"extends": "../packages/ts/tsconfig.json",
|
|
"include": [
|
|
"test",
|
|
"lib",
|
|
],
|
|
"files": [
|
|
"../packages/ts/index.d.ts",
|
|
"./globals.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"lib": ["esnext"],
|
|
"skipLibCheck": true,
|
|
"noImplicitReturns": false,
|
|
"strictNullChecks": false,
|
|
"typeRoots": ["../node_modules/@types"]
|
|
}
|
|
} |