Skip to content

Commit

Permalink
fixed one colon in the tsconfig.json being not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 17, 2024
1 parent 5ea10cf commit 8adbd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"baseUrl": ".",
"types": ["cypress", "@intlify/unplugin-vue-i18n/messages"],
"paths": {
"@/*": ["./src/*"],
"@/*": ["./src/*"]
},
"lib": ["es5", "esnext", "dom", "dom.iterable"]
}
Expand Down

0 comments on commit 8adbd26

Please sign in to comment.