{
  "compilerOptions": {
    "outDir": "./dist",
    "declaration": true,
    "allowJs": true,
    "target": "ES6",
    "skipLibCheck": true,
    "lib": ["es6", "dom", "dom.iterable", "esnext"],
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true
  },
  "include": ["./src/**/*", "./bin/**/*"]
}
