From 70c32f654bc6ab23d7db8cdbac5f0358430cf8c5 Mon Sep 17 00:00:00 2001 From: takahirohonda Date: Wed, 2 Oct 2024 17:26:13 +1000 Subject: [PATCH] Update .eslintrc for nx lib path --- .eslintrc.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index f46d79b..cdeb91d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,5 +44,13 @@ "extends": ["plugin:@nx/javascript"], "rules": {} } - ] + ], + "settings": { + "import/resolver": { + "typescript": { + "alwaysTryTypes": true, + "project": "tsconfig.base.json" + } + } + } }