Skip to content

Commit

Permalink
Setup to publish types
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jul 12, 2022
1 parent d2fc634 commit f933a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-types.json
@@ -0,0 +1,3 @@
{
"typesEntry": "source/common.ts"
}
1 change: 1 addition & 0 deletions package.js
Expand Up @@ -31,6 +31,7 @@ Package.onUse(function (api) {
'tracker',
'typescript',
'webapp',
'zodern:types@1.0.0'
]);

api.mainModule('source/client.ts', 'client');
Expand Down

0 comments on commit f933a43

Please sign in to comment.