Skip to content

Commit

Permalink
Generate modern output for dist-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 27, 2021
1 parent 7b362ed commit 03cb3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig-esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"declaration": false,
"module": "esnext",
"target": "esnext",
"lib": ["esnext"],
"outDir": "dist-esm"
}
}

0 comments on commit 03cb3d6

Please sign in to comment.