Added the jsconfig.json file
This commit is contained in:
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@contexts/*": ["./src/common/components/*"],
|
||||
"@components/*": ["./src/common/contexts/*"],
|
||||
"@states/*": ["./src/states/"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user