diff --git a/tsconfig.json b/tsconfig.json index f79094a..bb47d20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "_c/*": ["./src/components/*"] }, "skipLibCheck": true, - "strict": false + "strict": false, + "noEmit": true }, "references": [ diff --git a/tsconfig.node.json b/tsconfig.node.json index 2b5abb3..ef3be27 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -3,7 +3,7 @@ "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"], "compilerOptions": { "composite": true, - "types": ["node", "vant/global"], + "types": ["node"], "skipLibCheck": true } }