Openstatus www.openstatus.dev
at 8a493eea4e1591c4b7451bf42438be9566196ac7 10 lines 171 B view raw
1/** @type {import('knip').KnipConfig} */ 2const config = { 3 workspaces: { 4 "packages/shared": { 5 includeEntryExports: true, 6 }, 7 }, 8}; 9 10export default config;