Fixed a bug in the jsconfig.json
This commit is contained in:
parent
e638b014c0
commit
7ba825fa8a
@ -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/"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user