diff --git a/project/package.json b/project/package.json index f6f37803..8a1b9a77 100644 --- a/project/package.json +++ b/project/package.json @@ -11,7 +11,7 @@ "node": "18.15.0" }, "scripts": { - "check:circular": "madge --circular --extensions ts ./src/", + "check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/", "lint": "biome ci src --formatter-enabled=false --max-diagnostics=200", "lint:fix": "eslint --fix --ext .ts src/**", "test": "vitest run",