mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 13:09:40 +03:00
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"removeComments": false
|
|
}
|
|
}
|