prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1{
2 "$schema": "https://unpkg.com/knip@5/schema.json",
3 "workspaces": {
4 ".": {
5 "entry": [],
6 "project": []
7 },
8 "packages/prototypey": {
9 "entry": ["**/*.test.ts", "**/*.bench.ts"],
10 "project": ["**/*.ts"]
11 },
12 "packages/site": {
13 "entry": ["src/main.tsx!", "tests/**/*.test.{ts,tsx}"],
14 "project": ["src/**/*.{ts,tsx}"]
15 }
16 },
17 "ignore": ["**/*.d.ts", "**/dist/**", "**/lib/**", "**/node_modules/**"],
18 "ignoreDependencies": ["tailwindcss"],
19 "ignoreExportsUsedInFile": true
20}