prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey

ignore tailwindcss from knip check - @tailwindcss/vite relies on it

Tyler b5f22136 c58c71b3

+1 -1
+1 -1
knip.json
··· 15 15 } 16 16 }, 17 17 "ignore": ["**/*.d.ts", "**/dist/**", "**/lib/**", "**/node_modules/**"], 18 - "ignoreDependencies": [], 18 + "ignoreDependencies": ["tailwindcss"], 19 19 "ignoreExportsUsedInFile": true 20 20 }