Created the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-07-07 01:00:46 +02:00
parent df48f4101d
commit 1098fa64a0
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

10
src/jsconfig.json Normal file
View File

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