{
  "extends": "@platform/ts/tsconfig.json",
  "include": ["src"],
  "compilerOptions": {
    "outDir": "lib",
    "noUnusedLocals": false,
    "esModuleInterop": true
  }
}
