From 8e2d90c1d7fc19337c5a756e5fff6dc718dbf03d Mon Sep 17 00:00:00 2001 From: mutoe Date: Sat, 3 Dec 2022 15:32:54 +0800 Subject: [PATCH] fix: typescript project issue --- tsconfig.app.json | 1 - tsconfig.config.json | 1 - 2 files changed, 2 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 676161e..1c44cc7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -4,7 +4,6 @@ "exclude": ["src/**/*.spec.ts", "src/***/*.spec.tsx"], "compilerOptions": { "baseUrl": ".", - "noEmit": true, "lib": ["ESNext", "DOM", "DOM.Iterable"] }, "references": [ diff --git a/tsconfig.config.json b/tsconfig.config.json index 4277d72..dc94651 100644 --- a/tsconfig.config.json +++ b/tsconfig.config.json @@ -3,7 +3,6 @@ "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", ".eslintrc.js"], "compilerOptions": { "composite": true, - "noEmit": true, "types": ["node"] } }