{
  "compilerOptions": {
    "declaration": true,
    "rootDir": ".",
    "lib": [ "ES2015" ],
    "module": "commonjs",
    "outDir": "dist",
    "strictNullChecks": true,
    "target": "ES5"
  }
}
