// your custom command.
// Alternatively, can be defined in cypress/support/component.d.ts
// with a <reference path="./component" /> at the top of your spec.
+/* eslint-disable @typescript-eslint/no-namespace */
declare global {
namespace Cypress {
interface Chainable {
{
"extends": "./tsconfig.app.json",
- "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "cypress/support/component.*"],
+ "include": [
+ "env.d.ts",
+ "src/**/*",
+ "src/**/*.vue",
+ "cypress/support/component.*",
+ "cypress/support/commands.ts"
+ ],
"exclude": [],
"compilerOptions": {
"composite": true