mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 05:40:29 -05:00
11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"types": [
|
|
"cypress",
|
|
"node"
|
|
]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
} |