{
  "compilerOptions": {
    "allowJs": true,
    "allowSyntheticDefaultImports": true,
    "declaration": true,
    "esModuleInterop": true,
    "lib": [
      "dom",
      "es5",
      "es2015.promise"
    ],
    "module": "CommonJS",
    "noEmitOnError": true,
    "noImplicitAny": false,
    "outDir": "dist/",
    "rootDir": "./",
    "target": "es5"
  },
  "include": [ "src/*" ]
}
