Fixed check:circular script
This commit is contained in:
parent
09a64b801a
commit
a7334c198b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user