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');