Skip to content

Commit

Permalink
add xstate-svelte/test/tsconfig.json to knip workspaces config
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart committed Jul 23, 2024
1 parent b40286e commit 08b6b07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
".": {
"entry": ["scripts/*.js"],
"project": ["scripts/*.js"]
},
"packages/xstate-svelte": {
"typescript": "test/tsconfig.json"
}
},
"ignore": [
Expand All @@ -14,8 +17,6 @@
],
"ignoreBinaries": ["svelte-check", "docs:build"],
"ignoreDependencies": [
// used by packages/xstate-svelte/test
"@tsconfig/svelte",
"@xstate-repo/jest-utils",
"@xstate-repo/jest-utils/setup",
"synckit",
Expand Down

0 comments on commit 08b6b07

Please sign in to comment.