{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "noPropertyAccessFromIndexSignature": false,
  },
  "include": [
    "src/**/*.ts"
  ],
}