{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "declaration": true,
    "module": "commonjs",
    "outDir": "./dist",
    "rootDir": "./lib",
    "sourceMap": true,
    "target": "ES2015"
  },
  "include": [
    "./lib/**/*"
  ]
}
