Created the jsconfig.json
This commit is contained in:
parent
df48f4101d
commit
1098fa64a0
10
src/jsconfig.json
Normal file
10
src/jsconfig.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"],
|
||||||
|
"@components/*": ["./src/common/components/*"],
|
||||||
|
"@contexts/*": ["./src/common/contexts/*"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user