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