mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-25 19:34:07 +03:00
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"removeComments": false
|
|
}
|
|
}
|