Create jsconfig.json

This commit is contained in:
Mathias Wagner
2024-07-20 12:57:08 +02:00
parent cf77a141ae
commit eed135c0f2

11
dashboard/jsconfig.json Normal file
View File

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