From c6a89bd023d9d4d727b54c405cb38cc3baa02dc3 Mon Sep 17 00:00:00 2001 From: nick <62725534+nicklvh@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:28:24 +0000 Subject: [PATCH] fix: name of tsconfig file --- tsconfig.eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 8228dad..b90fc83 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,4 +1,4 @@ { - "extends": "./tsconfig.base.json", + "extends": "./tsconfig.json", "include": ["src"] }