mirror your GitHub repos to tangled.org automatically
1

Configure Feed

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

at main 446 B View raw
1{ 2 "$schema": "https://unpkg.com/knip@6/schema.json", 3 "entry": [ 4 "scripts/*.ts", 5 "test/utils/**/*.ts" 6 ], 7 "project": [ 8 "server/**/*.ts", 9 "app/**/*.{ts,vue}", 10 "scripts/**/*.ts", 11 "test/**/*.ts", 12 "tests/**/*.ts" 13 ], 14 "ignoreDependencies": [ 15 "rolldown", 16 "vue-router", 17 "@stylistic/eslint-plugin", 18 "h3" 19 ], 20 "ignoreBinaries": [ 21 "ssh-keygen", 22 "git-receive-pack", 23 "git-upload-pack" 24 ] 25}