Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-04-17 22:08:48 +02:00
parent 25fbb562bd
commit 04a4c0f775
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

10
jsconfig.json Normal file
View File

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