{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist/modules",
    "module": "esnext",
    "target": "ES2018"
  }
}
