Skip to content

Commit

Permalink
fix(build): fix generated code containing unprocessed class field syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 2, 2021
1 parent fc7b640 commit 2788154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"baseUrl": ".",
"outDir": "dist",
"sourceMap": false,
"target": "esnext",
"target": "es2016",
"useDefineForClassFields": false,
"module": "esnext",
"moduleResolution": "node",
"allowJs": false,
Expand Down

0 comments on commit 2788154

Please sign in to comment.