mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
68c5714f1a
* Cleanup duplication across tsconfig files in packages * empty commit * Add ts-ignore * Add ts-ignore
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"lib": ["dom", "ESNext"],
|
|
"jsx": "preserve",
|
|
"preserveWatchOutput": true,
|
|
"noImplicitThis": false,
|
|
"noErrorTruncation": true,
|
|
"paths": {
|
|
"@cy/i18n": ["../frontend-shared/src/locales/i18n"],
|
|
"@cy/components/*": ["../frontend-shared/src/components/*"]
|
|
},
|
|
"types": [
|
|
"chrome",
|
|
"./vue-shims",
|
|
"./vite-env",
|
|
"@intlify/unplugin-vue-i18n/messages",
|
|
"@testing-library/cypress",
|
|
"cypress-real-events",
|
|
"cypress"
|
|
],
|
|
}
|
|
}
|