mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-30 02:44:07 +03:00
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"extends": "@~local/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"types": ["jest", "node"],
|
|
}
|
|
}
|