From 421ba438d2a8463245c648b530615548f9d9347e Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 7 Nov 2024 15:03:12 +0900 Subject: [PATCH] chore: removed ignored files --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index dace2c23..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": ["jest.config.ts", "tests/", "knip.ts", "dist/", "eslint.config.mjs"] + } }