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 13, 2020
1 parent e79cfa7 commit 10c5911
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 10c5911

Please sign in to comment.