diff --git a/.eslintrc.json b/.eslintrc.json index 1e52dae..ea777c1 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"]