Fixed check:circular script

This commit is contained in:
TheSparta 2023-11-01 23:59:12 +00:00
parent 09a64b801a
commit a7334c198b

View File

@ -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",