{
  "extends": "../tsconfig-base.json",
  "compilerOptions": {
    "composite": true,
  },
  "include": [
    "./**/*",
    "./artifacts/**/*.json",
    ".wallets/**/*.json"
  ],
  "typedocOptions": {
    "entryPoints": [
      "index.ts"
    ],
    "out": "../../docs"
  }
}