From f933a43f886be70822069e1ccd899308ba9f4289 Mon Sep 17 00:00:00 2001 From: zodern Date: Tue, 12 Jul 2022 18:09:21 -0500 Subject: [PATCH] Setup to publish types --- package-types.json | 3 +++ package.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-types.json diff --git a/package-types.json b/package-types.json new file mode 100644 index 0000000..e471bf1 --- /dev/null +++ b/package-types.json @@ -0,0 +1,3 @@ +{ + "typesEntry": "source/common.ts" +} diff --git a/package.js b/package.js index b557781..bdb28c8 100644 --- a/package.js +++ b/package.js @@ -31,6 +31,7 @@ Package.onUse(function (api) { 'tracker', 'typescript', 'webapp', + 'zodern:types@1.0.0' ]); api.mainModule('source/client.ts', 'client');