Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2024-02-15 00:49:35 +01:00
parent 701bc38d64
commit 8d4cdae2f7
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

8
webui/jsconfig.json Normal file
View File

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