DefinitelyTyped/types/react-bootstrap/tsconfig.json
2017-10-06 14:03:03 -07:00

32 lines
844 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": false
},
"files": [
"index.d.ts",
"lib/utils/capitalize.d.ts",
"test/react-bootstrap-tests.tsx",
"test/react-bootstrap-individual-components-tests.tsx",
"lib/utils/deprecationWarning.d.ts",
"lib/utils/PropTypes.d.ts",
"lib/utils/splitComponentProps.d.ts",
"lib/utils/StyleConfig.d.ts"
]
}