Created the jsconfig.json

This commit is contained in:
2023-11-18 17:39:29 +01:00
parent 01ece6195f
commit 97373527ed

9
client/jsconfig.json Normal file

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