Skip to content

Commit

Permalink
fix: set useDefineForClassFields in generated tsconfig.json (#15199) (#…
Browse files Browse the repository at this point in the history
…15204)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed Nov 18, 2022
1 parent 3002752 commit 99e3142
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 99e3142

Please sign in to comment.