From f93ffb93bf33d74cdd1522ed09430ac2046402dd Mon Sep 17 00:00:00 2001 From: hayden Date: Wed, 29 Nov 2023 15:07:44 +0800 Subject: [PATCH] chore: noEmit when check types --- tsconfig.check.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.check.json b/tsconfig.check.json index 21e9c5e..f868fea 100644 --- a/tsconfig.check.json +++ b/tsconfig.check.json @@ -1,4 +1,7 @@ { "extends": "./tsconfig.json", + "compilerOptions": { + "noEmit": true + }, "include": ["./src/**/*", "./test/**/*"] } \ No newline at end of file