Skip to content

Commit 6243aac

Browse files
authored
fix(middleware-serde): targeting es5 in middleware-serde (#1245)
1 parent e19fc4f commit 6243aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/middleware-serde/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
3+
"target": "es5",
44
"module": "commonjs",
55
"declaration": true,
66
"strict": true,

0 commit comments

Comments
 (0)