forked from Commitlabs-Org/Commitlabs-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
18 lines (18 loc) · 715 Bytes
/
Copy pathknip.json
File metadata and controls
18 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"src/app/**/{page,layout,template,loading,error,not-found,global-error,route,default,sitemap,robots,manifest,icon,apple-icon,opengraph-image,twitter-image}.{ts,tsx}",
"src/middleware.{ts,tsx}",
"next.config.js",
"vitest.config.ts",
"playwright.config.ts"
],
"project": ["src/**/*.{ts,tsx}", "scripts/**/*.{ts,tsx,mjs}"],
"ignore": ["contracts/**", "e2e/**", ".next/**"],
"ignoreDependencies": ["@vitest/ui", "tailwindcss", "@vitejs/plugin-react"],
"ignoreBinaries": ["stellar"],
"vitest": {
"config": ["vitest.config.ts"],
"entry": ["tests/**/*.{test,spec}.{ts,tsx}", "src/**/*.{test,spec}.{ts,tsx}"]
}
}