Files
test/knip.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

17 lines
294 B
JSON

{
"workspaces": {
"backend": {
"entry": "src/server.ts",
"project": "src/**/*.ts"
},
"frontend": {
"entry": "src/ts/index.ts",
"project": "src/ts/**/*.ts"
},
"packages/*": {
"entry": "src/index.ts",
"project": "src/**/*.ts"
}
}
}