{
  "extends": "../../tsconfig",
  // Change this to match your project
  "include": ["src/**/*"],
  "compilerOptions": {
    "declarationDir": "types",
    "rootDir": "src"
  }
}
