diff --git a/tsconfig.json b/tsconfig.json index 0249983a..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", "knip.ts"] + } }