mirror your GitHub repos to tangled.org automatically
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}