mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
9 lines
109 B
JSON
9 lines
109 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
]
|
|
}
|
|
} |