UNPKG

@kevinmarrec/cloudstack-knip-config

Version:
15 lines (14 loc) 276 B
//#region src/index.ts function useConfig(config = {}) { return { stylelint: false, ...config, workspaces: { ".": { entry: ["*.config.ts"] }, ...config.workspaces } }; } var src_default = useConfig(); //#endregion export { src_default as default, useConfig };