gilbarbara/react-dropdown

View on GitHub
demo/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "include": [
    "./src/**/*"
  ],
  "compilerOptions": {
    "strict": true,
    "esModuleInterop": true,
    "lib": [
      "dom",
      "es2015"
    ],
    "jsx": "react-jsx"
  }
}