mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
23 lines
385 B
JSON
23 lines
385 B
JSON
{
|
|
"extends": "../packages/ts/tsconfig.json",
|
|
"include": [
|
|
"test",
|
|
"lib",
|
|
],
|
|
"files": [
|
|
"../packages/ts/index.d.ts",
|
|
"./globals.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": [
|
|
"mocha",
|
|
"node",
|
|
"chai"
|
|
],
|
|
"noEmit": true,
|
|
"lib": ["esnext"],
|
|
"skipLibCheck": true,
|
|
"noImplicitReturns": false,
|
|
"strictNullChecks": false
|
|
}
|
|
} |