Skip to content

Commit

Permalink
fix(middleware-serde): targeting es5 in middleware-serde (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansthesis committed Jun 5, 2020
1 parent e19fc4f commit 6243aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/middleware-serde/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
Expand Down

0 comments on commit 6243aac

Please sign in to comment.