reactstrap
Version:
React Bootstrap components
21 lines (20 loc) • 451 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"jsx": "react",
"baseUrl": ".",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"reactstrap": ["lib"]
}
},
"files": ["index.d.ts", "reactstrap-tests.tsx"]
}