mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-19 07:39:40 +03:00
34 lines
763 B
JSON
34 lines
763 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es6",
|
|
"dom",
|
|
"es2016",
|
|
"es2017"
|
|
],
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"removeComments": true
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"./dist",
|
|
"./example",
|
|
"node_modules"
|
|
]
|
|
} |