mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 06:32:30 +03:00
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
}
|
|
} |