mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-07 23:02:28 +03:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"jsx": "preserve",
|
|
"types": ["jest", "@testing-library/jest-dom"]
|
|
}
|
|
} |