{
  "extends": "../../tsconfig.build.json",

  "compilerOptions": {
    "jsx": "react",
    "outDir": "./dist"
  },

  "include": ["src/**/*"]
}
