{
  "extends": "./tsconfig-base.json",
  "compilerOptions": {
    "module": "esnext",
    "outDir": "dist/mjs",
    "target": "esnext",
    "esModuleInterop": true,
    "skipLibCheck": true,
    "types": ["jest", "node"],
    "allowJs": true,
    "checkJs": false,
  }
}