{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "target": "es2019",
    "outDir": "./lib",
    "rootDir": "./src",
    "lib": ["es2019", "dom"],
    "skipLibCheck": true
  },
  "include": ["src/**/*"]
}
