mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:19:39 +03:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"strict": true,
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"types": ["jest", "@testing-library/jest-dom"]
|
|
}
|
|
}
|