mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-08 23:50:07 -06:00
* chore: convert @packages/https-proxy to TypeScript and use vitest instead of mocha * chore: address comments from code review * Update packages/https-proxy/vitest.config.ts
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"include": [
|
|
"lib"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|