Skip to content

Commit

Permalink
add workspace preconstruct entrypoints to knip config
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart committed Aug 15, 2024
1 parent 521c391 commit 7a977b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
"entry": ["scripts/*.js"],
"project": ["scripts/*.js"]
},
"packages/core": {
"entry": [
"src/index.ts",
"src/actions.ts",
"src/actors/index.ts",
"src/guards.ts",
"src/dev/index.ts"
]
},
"packages/xstate-inspect": {
"entry": ["src/index.ts", "src/server.ts"]
},
"packages/xstate-store": {
"entry": ["src/index.ts", "src/react.ts"]
},
"packages/xstate-svelte": {
"typescript": "test/tsconfig.json"
}
Expand Down

0 comments on commit 7a977b1

Please sign in to comment.