From 2128ab49807e006edd9153b9c98f7010351fba55 Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Thu, 7 Sep 2023 00:28:46 +0200 Subject: [PATCH] add jest plugin --- tsconfig.eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }