diff --git a/dnt.ts b/dnt.ts index 8ae7b871e..e2279cf02 100644 --- a/dnt.ts +++ b/dnt.ts @@ -37,6 +37,10 @@ await build({ name: "./types", path: "types/mod.ts", }, + { + name: "./transformers", + path: "transformers/mod.ts", + }, { name: "./plugins", path: "plugins/mod.ts", @@ -97,6 +101,9 @@ await build({ "types": [ "./types/types/mod.d.ts", ], + "transformers": [ + "./types/transformers/mod.d.ts", + ], "plugins": [ "./types/plugins/mod.d.ts", ],