Skip to content

Commit 27f9507

Browse files
committed
chore: add knip config for api
1 parent b2b304c commit 27f9507

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

knip.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"workspaces": {
4+
"apps/api": {
5+
"entry": ["src/main.ts", "libnest.config.ts"],
6+
"project": "**/*.ts"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)