{
  "compilerOptions": {
    "noImplicitAny": true,
    "strictNullChecks": true,
    "target": "es2015",
    "module": "commonjs",
    "typeRoots": [
      "./typings/globals"
    ]
  }
}
