Skip to content

Commit

Permalink
maint/build ~ add 'cjs' directory to distribution for tools w/o 'expo…
Browse files Browse the repository at this point in the history
…rts' support

- required, at least, for correct VSCode Intellisense until resolution of <microsoft/TypeScript#33079>
  • Loading branch information
rivy committed Feb 12, 2021
1 parent 9f1ce88 commit 52975e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cjs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "commonjs",
"main": "../dist/cjs/mod.cjs.js",
"types": "../dist/cjs/mod.cjs.d.ts"
}

0 comments on commit 52975e7

Please sign in to comment.