mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-14 11:02:28 +03:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
}
|
|
} |