diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index a6b7049..3a6f217 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -101,5 +101,5 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "compileOnSave": true, - "exclude": ["jest.config.ts", "./tests"] + "exclude": ["jest.config.ts"] }