{
  "extends": "./tsconfig-base.json",
  "compilerOptions": {
      "module": "esnext",
      "outDir": "dist/mjs",
      "target": "esnext"
  }
}