Skip to content

Commit

Permalink
Module build target to es2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Pote committed Sep 21, 2021
1 parent d6e34ea commit 94dc18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "esnext",
"target": "es2018",
"outDir": "build/module",
"module": "esnext",
},
Expand Down

0 comments on commit 94dc18f

Please sign in to comment.