mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-16 04:00:01 -06:00
Changes: - Pulls down & stitches in the "Cypress Cloud" schema from remote. Currently defaulted to "staging" so we can make quick fixes / iteration there - Add dedicated type checking CircleCI job `check-ts` - Adds [graphcache](https://formidable.com/open-source/urql/docs/graphcache/) to normalize the cache & provide better auto-reactivity when data changes - Removes `LocalProject` / `DashboardProject` in favor of `Project` / `CloudProject` - General cleanup of Vue components' GraphQL fragments - Parallelizes launchpad tests & recording to new Cypress project: https://dashboard.cypress.io/projects/sehy69/runs - Did this b/c tests were frequently timing out, need to figure out the source of this - Basic mocks for remote schema
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"types": []
|
|
},
|
|
"include": ["**/*"]
|
|
} |