Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-06-08 22:29:22 +02:00
parent 94e4119e3e
commit 09213dff14

10
webui/jsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}