mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-20 12:49:41 +03:00
18 lines
438 B
JSON
18 lines
438 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": true
|
|
},
|
|
"exclude": ["tests", "**/tests/*", "node_modules", "**/node_modules/*"]
|
|
}
|