Skip to content

Commit

Permalink
Merge pull request #1 from vanslly/feature/small-fixes
Browse files Browse the repository at this point in the history
Update tsconfig to build es modules so it works with wrangler project
  • Loading branch information
sazzy4o authored Jun 15, 2020
2 parents b902360 + 926079a commit 1e3e329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"module": "ESNext",
"declaration": true,
"moduleResolution": "node",
"outDir": "dist",
Expand Down

0 comments on commit 1e3e329

Please sign in to comment.