Added the jsconfig.json file
This commit is contained in:
parent
8803d10e2e
commit
9828d6cfab
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/"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user