-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
29 lines (29 loc) · 714 Bytes
/
knip.json
File metadata and controls
29 lines (29 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": [
"domains/*/nuxt.config.ts",
"app/**/*.vue",
"app/composables/**/*.ts",
"app/utils/**/*.ts",
"app/pages/**/*.vue",
"domains/**/pages/**/*.vue",
"domains/**/components/**/*.vue",
"domains/**/composables/**/*.ts",
"server/api/**/*.ts",
"domains/**/server/api/**/*.ts",
"server/middleware/**/*.ts",
"server/utils/**/*.ts",
"server/types/**/*.ts",
"shared/types/**/*.d.ts"
],
"project": ["**/*.{ts,tsx,js,mjs,vue}"],
"ignore": ["app/app.config.ts"],
"ignoreDependencies": [
"ky",
"unstorage",
"@vitejs/plugin-vue",
"@vitest/browser",
"vite",
"vue-tsc"
]
}