BetterTyped/hyper-fetch

View on GitHub
packages/react/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "baseUrl": "./src",
    "jsx": "react-jsx"
  },
  "exclude": ["__tests__", "jest.config.ts"]
}