Files
OverlayScrollbars/packages/overlayscrollbars-react/tsconfig.json
T

17 lines
358 B
JSON

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