Skip to content

Commit 8ecb661

Browse files
committed
Removed cypress config and updated config
1 parent 523336d commit 8ecb661

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

tsconfig.build-types.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"src/**/__tests__/*",
55
"src/**/*.cy.ts",
66
"**/*.spec.ts",
7-
"vitepress-docs",,
7+
"vitepress-docs/*",
8+
"tests/*",
9+
"sandbox/",
810
"/dist",
911
"node_modules/*",
1012
"*.tgz"

tsconfig.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@vue/tsconfig/tsconfig.node.json",
3-
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
3+
"include": ["vite.config.*", "vitest.config.*"],
44
"compilerOptions": {
55
"composite": true,
66
"types": [

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
"**/*.spec.ts",
4646
"/dist",
4747
"node_modules",
48-
"*.tgz"
48+
"*.tgz",
49+
"vitepress-docs/*",
50+
"tests/*",
51+
"sandbox/*"
4952
],
5053
"include": ["src/**/*.ts", "src/**/*.vue", "./**/*.vue"],
5154
"references": [],

0 commit comments

Comments
 (0)