Skip to content

Commit

Permalink
fix: set useDefineForClassFields in generated tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 18, 2022
1 parent d846c8b commit 5b24888
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 5b24888

Please sign in to comment.