fix: tsconfig leading ./ not set
This commit is contained in:
parent
42dda17cdd
commit
e6bd48bda3
|
@ -21,7 +21,7 @@
|
|||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@components/*": ["./components/*"],
|
||||
"@lib/*": ["lib/*"],
|
||||
"@lib/*": ["./lib/*"],
|
||||
"@styles/*": ["/styles/*"],
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue