hub-site/cypress/tsconfig.json

10 lines
221 B
JSON
Raw Permalink Normal View History

2024-11-15 09:13:20 -08:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./e2e/**/*", "./support/**/*"],
"exclude": ["./support/component.*"],
"compilerOptions": {
"isolatedModules": false,
"types": ["cypress"]
}
}