mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-16 04:00:36 +03:00
add automatic paths to build tsconfig
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src/"
|
||||
"baseUrl": "./src/",
|
||||
"paths": {
|
||||
"@/overlayscrollbars*": ["../../overlayscrollbars/src*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user