{
  "compilerOptions": {
    "module": "CommonJS",
    "target": "ES6",
  },
  "esModuleInterop": true,
  "include": [
    "./index.ts"
  ]
}
