mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-05 21:02:26 +03:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src/",
|
|
"paths": {
|
|
"@/testing-browser*": ["../../testing-browser/src/*"]
|
|
}
|
|
}
|
|
}
|