Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 6, 2023
1 parent 8cea995 commit 736bdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"workspaces": {
".": {
"entry": ["src/index.ts!"],
Expand All @@ -8,6 +9,5 @@
"examples/*": {
"entry": ["src/{server,client, index}.ts!"]
}
},
"ignoreExportsUsedInFile": { "interface": true, "type": true }
}
}

0 comments on commit 736bdae

Please sign in to comment.