From 040bfe4be860e01e535a1a4a023a347cc93ece09 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 27 Apr 2022 09:31:13 +0200 Subject: [PATCH] Fix ESLint config --- tsconfig.eslint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index a1bd5f63b..7a9677f89 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -8,5 +8,7 @@ "docs/**/*", ".eslintrc.js" ], - "types": ["jest"] + "compilerOptions": { + "types": ["jest"] + } }