Files
OverlayScrollbars/packages/overlayscrollbars-react/tsconfig.json
T
2022-10-20 13:41:50 +02:00

13 lines
266 B
JSON

{
"compilerOptions": {
"target": "ES6",
"allowSyntheticDefaultImports": true,
"lib": ["dom", "dom.iterable", "esnext"],
"strict": true,
"module": "ES2015",
"moduleResolution": "node",
"jsx": "react-jsx"
},
"include": ["src/**/*"]
}