Skip to content

Commit

Permalink
fix: Transpile optional chaining in ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed May 12, 2020
1 parent c4a20ee commit bd34fae
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
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ESNext",
"target": "ES2018",
"module": "ESNext",
"outDir": "./dist/esm"
}
Expand Down

0 comments on commit bd34fae

Please sign in to comment.