DefinitelyTyped/types/react-smooth-scrollbar/tsconfig.json
2017-03-24 14:27:52 -07:00

24 lines
509 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"jsx": "react",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-smooth-scrollbar-tests.tsx"
]
}