Skip to content

Commit

Permalink
Fix vue Cypress failing
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j committed Aug 12, 2020
1 parent f3f735c commit 5a999f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/client/templates/vue/tsconfig.json.ejs
Expand Up @@ -21,7 +21,7 @@
"paths": {
"@/*": ["src/main/webapp/app/*"]
},
"importHelpers": true,
"importHelpers": false,
"allowJs": true
},
"include": [
Expand Down

0 comments on commit 5a999f0

Please sign in to comment.