chore: Update the types for autoconfig

This commit is contained in:
BluJ
2023-04-24 13:24:57 -06:00
parent 0e3bf38ed4
commit 0be8d9d5bc
6 changed files with 49 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
export * as configBuilder from "./builder";
export { setupConfig as setupConfigExports } from "./setupConfig";
export { setupConfig } from "./setupConfig";
export { specToBuilder, specToBuilderFile } from "./specToBuilder";
export * as dependencies from "./dependencies";