kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 295 B view raw
1{ 2 "files": [], 3 "references": [ 4 { "path": "./tsconfig.app.json" }, 5 { "path": "./tsconfig.node.json" } 6 ], 7 "compilerOptions": { 8 "baseUrl": ".", 9 "paths": { 10 "@/*": ["./src/*"], 11 "@i18n/*": ["../../i18n/*"] 12 } 13 }, 14 "exclude": ["../api/**/*", "../docs/**/*", "../../packages/**/*"] 15}