{
  "extends": "../../../tsconfig",
  "include": ["src"],
  "compilerOptions": {
    "composite": true,
    // todo: we need to disable noImplicitAny in a transition phase and should be removed eventually
    "noImplicitAny": false,
    "jsx": "react",
    "rootDir": "./src",
    "outDir": "./dist/dts"
  }
}
