Skip to content

Commit

Permalink
Target ES2018 for ESM distribution #216
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 1, 2024
1 parent 6e76dc6 commit f300112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "es2020",
"target": "ES2015",
"target": "ES2018",
"outDir": "./dist/esm"
}
}

0 comments on commit f300112

Please sign in to comment.