mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-22 02:24:08 +03:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src/",
|
|
"paths": {
|
|
"@/overlayscrollbars*": ["../../overlayscrollbars/src*"]
|
|
}
|
|
}
|
|
}
|