From 02f863f073016027f480f6087b1f1fbe9462454c Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Wed, 9 Oct 2024 17:47:52 +0900 Subject: [PATCH] chore: change compute action --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42a1aa9c..0ecbffce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -105,6 +105,5 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ - }, - "exclude": ["dist/"] + } }