mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
731c7febd1
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
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
|
|
}
|
|
} |