Skip to content

Commit

Permalink
fix(rc): export missing configs types
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Dec 23, 2024
1 parent 144110b commit 26cd747
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion workspaces/rc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@ export * from "./functions/write.js";
export * from "./functions/memoize.js";
export * as CONSTANTS from "./constants.js";

export { type RC, JSONSchema, homedir } from "./rc.js";
export {
type RC,
type CiConfiguration,
type CiWarnings,
type ReportConfiguration,
type ReportChart,
type ScannerConfiguration,
JSONSchema,
homedir
} from "./rc.js";

0 comments on commit 26cd747

Please sign in to comment.