{
  "include": [
    "src/**/*.ts"
  ],
  "compilerOptions": {
    "noImplicitAny": false,
    "noEmit": true,
    "allowSyntheticDefaultImports": true,
    "target": "es5",
    "lib": [
      "es2015",
      "dom"
    ]
  }
}

