DefinitelyTyped/types/react-slider/tsconfig.json
Jason Unger 917cb109d0 Add types for react-slider@0.8 (#27035)
* Add types for react-slider@0.8

* Fix export syntax
2018-07-05 11:04:49 -07:00

27 lines
570 B
JSON

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