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