add overlayscrollbars-react package

This commit is contained in:
Rene Haas
2022-10-20 13:41:50 +02:00
parent 3f1d8bc8d3
commit 2b02daa3ac
22 changed files with 23241 additions and 216 deletions
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES6",
"allowSyntheticDefaultImports": true,
"lib": ["dom", "dom.iterable", "esnext"],
"strict": true,
"module": "ES2015",
"moduleResolution": "node",
"jsx": "react-jsx"
},
"include": ["src/**/*"]
}