{
  "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"]
}
