{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    // XXX to resolve the swingset-liveslots types
    // "strict": true, // disabled for compat with >0 module depth
    // "noImplicitAny": false, // for compat with peer packages using ambient types
  },
  "include": [
    "src/**/*.js",
    "src/**/*.ts",
    "test/**/*.js",
  ]
}
