mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-07 15:22:27 +03:00
sophisticated rollup setup and eslint base setup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user