Added the jsconfig.json file

This commit is contained in:
2023-07-09 19:29:42 +02:00
parent 8803d10e2e
commit 9828d6cfab

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/"]
}
}
}