mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-18 23:10:36 +03:00
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |