Fixed a bug in the jsconfig.json

This commit is contained in:
2023-07-30 17:17:54 +02:00
parent e638b014c0
commit 7ba825fa8a

View File

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