Skip to content

Commit

Permalink
Target ECMAScript 5 when using tsc in the prepack script
Browse files Browse the repository at this point in the history
Needed on MacOs
  • Loading branch information
cygnusv committed Feb 1, 2022
1 parent 9c87075 commit 2ab826d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.export.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"esModuleInterop": true,
"outDir": "export"
}
Expand Down

0 comments on commit 2ab826d

Please sign in to comment.