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"] + } }