add cypress commands and compontents files to tsconfig include

This commit is contained in:
mahula 2025-02-14 22:11:18 +01:00
parent 0b509d1963
commit 1a33891a21

View File

@ -27,7 +27,7 @@
"#root/*": ["./*"]
}
},
"include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts"],
"include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts", "cypress/support/commands.ts", "cypress/support/component.ts"],
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
"typeRoots": [
"./types",