Skip to content

Commit

Permalink
fix: set useDefineForClassFields in generated tsconfig.json (#15199)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 18, 2022
1 parent 692bfb7 commit 6d61339
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"useDefineForClassFields": false,
"baseUrl": "frontend",
"paths": {
"@vaadin/flow-frontend": ["generated/jar-resources"],
Expand Down

0 comments on commit 6d61339

Please sign in to comment.