{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "target": "ESNext",
    "outDir": "dist",
    "moduleResolution": "node",
    "skipLibCheck": true
  }
}
