This commit is contained in:
Skillz4Killz
2022-02-27 22:57:51 +00:00
committed by GitHub
+7
View File
@@ -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",
],