{
  "compilerOptions": {
    "module": "CommonJS",
    "target": "ES6",
    "outDir": "lib",
    "declaration": true
  },
  "include": [
    "src/index.ts"
  ]
}
