UNPKG

rc-scrollbars

Version:
42 lines (41 loc) 714 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": [ "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020", "dom", "dom.iterable", "esnext" ], "allowJs": true, "jsx": "react", "declaration": true, "outDir": "lib", "removeComments": true, "strict": true, "noImplicitAny": false, "rootDirs": [ "src" ], "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": "./", "allowSyntheticDefaultImports": true }, "include": [ "src" ], "exclude": [ "node_modules", "test", "example", "lib" ] }