mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
1907299319
* collapse project-ct and project-e2e into project * remove project specific classes * add projectType property * fix imports * remove projectType getter * fix test * fix imports * add CT tests * update test * fix test * add import helpers * add tslib deps * add tslib
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
"lib/**/*.ts"
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["mocha", "node"],
|
|
"importHelpers": true
|
|
}
|
|
}
|