mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-05 10:42:27 +03:00
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"extends": "@~local/tsconfig",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client", "jest", "@testing-library/jest-dom"],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|