{
  "extends": "../../tsconfig-package-cjs.json",
  "compilerOptions": {
    "outDir": "dist/cjs",
    "lib": [ "esnext", "dom" ],
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "declarationDir": "dist/types"
  },

  "include": [
    "src"
  ]
}
