Fixed a bug in the jsconfig.json

This commit is contained in:
Mathias Wagner 2023-07-30 17:17:54 +02:00
parent e638b014c0
commit 7ba825fa8a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -3,8 +3,8 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"], "@/*": ["./src/*"],
"@contexts/*": ["./src/common/components/*"], "@contexts/*": ["./src/common/contexts/*"],
"@components/*": ["./src/common/contexts/*"], "@components/*": ["./src/common/components/*"],
"@states/*": ["./src/states/"] "@states/*": ["./src/states/"]
} }
} }