From cb0c714aad958cd1bda39a76895319de419d720d Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 19 May 2023 20:44:37 +0200 Subject: [PATCH] ./tsconfig.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ea777c1..b832e27 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,7 @@ "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", - "project": "tsconfig.json" + "project": ["./tsconfig.json"] }, "rules": {}, "ignorePatterns": ["coverage", "dist", "node_modules"]