Skip to content

Commit

Permalink
Make the lib run with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Aug 26, 2021
1 parent 4ebaace commit ccc7a25
Show file tree
Hide file tree
Showing 2 changed files with 2,139 additions and 1,227 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": [
"esnext"
],
"importHelpers": true,
"importHelpers": false,
// output .d.ts declaration files for consumers
"declaration": true,
// match output dir to input dir. e.g. dist/index instead of dist/src/index
Expand Down
Loading

0 comments on commit ccc7a25

Please sign in to comment.