mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-07 07:12:28 +03:00
13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"strict": true,
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|