mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 02:00:06 -06:00
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
22 lines
665 B
JSON
22 lines
665 B
JSON
{
|
|
"extends": "../frontend-shared/tsconfig.json",
|
|
"include": [
|
|
"src/**/*.vue",
|
|
"src/**/*.tsx",
|
|
"*.d.ts",
|
|
"cypress/**/*.ts",
|
|
"cypress/**/*.tsx",
|
|
"../frontend-shared/src/**/*.vue",
|
|
"../frontend-shared/src/**/*.tsx",
|
|
"../frontend-shared/cypress/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["cypress", "cypress-real-events", "@intlify/unplugin-vue-i18n/messages"],
|
|
"paths": {
|
|
"@cy/i18n": ["../frontend-shared/src/locales/i18n"],
|
|
"@cy/components/*": ["../frontend-shared/src/components/*"],
|
|
"@cy/gql-components/*": ["../frontend-shared/src/gql-components/*"],
|
|
"@packages/*": ["../*"]
|
|
}
|
|
}
|
|
} |