Files
cypress/packages/server/tsconfig.json
Zach Bloomquist 93b5c0eec2 Fix CDP cookie matching algorithm (#5862)
* 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
2019-12-06 15:12:36 -05:00

14 lines
207 B
JSON

{
"extends": "./../ts/tsconfig.json",
"include": [
"lib/*.ts",
"lib/**/*.ts"
],
"files": [
"./../ts/index.d.ts"
],
"compilerOptions": {
"types": ["mocha", "node", "chrome"]
}
}