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