{
  "extends": "../../../configs/tsconfig/react-library.json",
  "include": [
    ".",
    "./src"
  ],
  "exclude": [
    "dist",
    "build",
    "node_modules"
  ]
}