feat: Create the autoconfigure

This commit is contained in:
BluJ
2023-04-17 16:33:02 -06:00
parent 5c550b7eb3
commit e7a946cc02
8 changed files with 116 additions and 6 deletions

View File

@@ -12,3 +12,4 @@ export * as Types from "./types";
export * as util from "./util";
export * as YAML from "yaml";
export * as properties from "./properties";
export * as autoconfig from "./autoconfig";