{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "outDir": "./dist", /* Redirect output structure to the directory. */
  },
  "files": [
    "src/index.ts"
  ]
}