{
  "extends": "./tsconfig.json",
  "include": ["src", "test", "jest.config.ts"],
  "compilerOptions": {
    "noEmit": true,
    "noImplicitAny": false,
    "allowJs": true,
    "suppressImplicitAnyIndexErrors": true
  }
}
