From 8451cd5d436b4647f8810f7f49c15dd722466c14 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 25 Jan 2023 09:19:15 -0500 Subject: [PATCH] resolve tsconfig eslint errors (#4562) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6bcea9dd04..d48d901532 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,7 @@ "plugins": ["@typescript-eslint", "rxjs", "rxjs-angular", "import"], "parser": "@typescript-eslint/parser", "parserOptions": { - "project": ["./tsconfig.eslint.json"], + "project": ["**/tsconfig.eslint.json"], "sourceType": "module" }, "extends": [