RSS Git Download  Clone
Raw Blame History 332B 15 lines
{
  "compilerOptions": {
    "noStrictGenericChecks": true,

    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "sourceMap": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "lib": ["es2015"],
    "noImplicitAny": true,
    "suppressImplicitAnyIndexErrors": true
  }
}