diff --git a/workspaces/rc/src/index.ts b/workspaces/rc/src/index.ts index 6c582b4..2915438 100644 --- a/workspaces/rc/src/index.ts +++ b/workspaces/rc/src/index.ts @@ -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";