{
  "compilerOptions": {
    "declaration": true,
    "noImplicitAny": true,
    "lib": ["dom", "es2015"],
    "noEmitOnError": true,
    "strictNullChecks": false,
    "module": "commonjs",
    "moduleResolution": "node",
    "target": "ES5",
    "outDir": "../lib",
    "skipLibCheck": true,
    "sourceMap": true
  }
}
