DefinitelyTyped/types/react-rangeslider/tsconfig.json
Riku Kallio eca1d0fcdb Added types for react-rangeslider package (#31721)
* Added types for react-rangeslider

* Fixed rangeslider types to pass tests

* Changed spaces to tabs
2018-12-31 08:45:58 -08:00

26 lines
408 B
JSON

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