Files
OverlayScrollbars/packages/overlayscrollbars-react/tsconfig.json
T
2022-10-21 12:39:53 +02:00

16 lines
306 B
JSON

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