Merge branch 'fix-vetur-config' into refactor-chat-module

This commit is contained in:
elweyn 2023-07-27 10:08:26 +02:00
commit 049932fa1a

11
webapp/jsconfig.json Normal file
View File

@ -0,0 +1,11 @@
// tsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
]
}
}
}