1
0

Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-11-18 17:39:29 +01:00
parent 01ece6195f
commit 97373527ed
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

9
client/jsconfig.json Normal file
View File

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