mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
* use correct tough.match param order * add chrome extension types * fix CDP cookie matching algorithm * improve domain suffix match * add tests for cookie matching utils
14 lines
207 B
JSON
14 lines
207 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
"lib/**/*.ts"
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["mocha", "node", "chrome"]
|
|
}
|
|
}
|