{
  "compilerOptions": {
    "composite": true,
    "outDir": "./publish",
    "rootDir": ".",
    "resolveJsonModule": true,
    "allowImportingTsExtensions": true,
    "emitDeclarationOnly": true,
    "allowSyntheticDefaultImports": true,
    "allowUnreachableCode": false,
    "allowUnusedLabels": false,
    "declaration": true,
    "declarationMap": true,
    "esModuleInterop": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "noImplicitReturns": true,
    "pretty": true,
    "skipLibCheck": true,
    "sourceMap": false,
    "strict": false,
    "target": "ESNext",
    "lib": ["ESNext", "dom"],
    "paths": {}
  },
  "include": ["./index.ts"],
  "references": []
}
