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