DefinitelyTyped/types/react-select/tsconfig.json
Leonard Thieu c86365e2fc react-select typings update:
- defaultMenuRenderer
 - Option component
 - other minor updates
2018-03-13 13:14:52 +03:00

28 lines
624 B
JSON

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