Added the jsconfig.json file

This commit is contained in:
Mathias Wagner 2023-07-09 19:29:42 +02:00
parent 8803d10e2e
commit 9828d6cfab
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

11
jsconfig.json Normal file
View File

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