{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "target": "ES2019",
    "lib": ["ES2019", "DOM"],
    "composite": false,
    "outDir": "./lib",
    "rootDir": "./src",
    "skipLibCheck": true
  },
  "jsx": "react",
  "include": ["src/**/*"]
}
