-
-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathknip.json
More file actions
20 lines (20 loc) 路 556 Bytes
/
Copy pathknip.json
File metadata and controls
20 lines (20 loc) 路 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"exclude": ["exports", "nsExports", "nsTypes", "types"],
"ignoreBinaries": ["nx"],
"ignoreDependencies": ["conventional-changelog-conventionalcommits", "pino-roll"],
"workspaces": {
"packages/exchange": {
"entry": ["src/**/demo/*.ts"]
},
"packages/trading-signals": {
"entry": ["src/start/**/*.ts"]
},
"packages/trading-signals-docs": {
"entry": ["e2e/**/*.ts"]
},
"packages/trading-strategies": {
"entry": ["src/start/**/*.ts"]
}
}
}