chore: update knip schema

This commit is contained in:
Daniel Roe 2024-03-16 14:58:52 -07:00
parent 0fc363a4f5
commit d6ce3453c4
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
{ {
"$schema": "https://unpkg.com/knip@2/schema.json", "$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": { "workspaces": {
".": { ".": {
"entry": [ "entry": [
"scripts/*" "scripts/*",
"test/*",
"test/fixtures/*"
] ]
}, },
"packages/*": { "packages/*": {