{
  "extends": "../../tsconfig.base.json",
  "include": ["src", "test"],
  "compilerOptions": {
    "baseUrl": "src",
    "jsx": "react-jsx",
    "paths": { "test/*": ["../test/*"] },
    "skipLibCheck": true
  }
}
