{
  "extends": "@platform/ts/tsconfig.json",
  "include": ["src"],
  "compilerOptions": {
    "outDir": "lib",
    "moduleResolution": "node",
    "skipLibCheck": true,
    "target": "esnext",
    "module": "commonjs",
    "jsx": "react"
  }
}
