RSS Git Download  Clone
Raw Blame History
{
  "compilerOptions": {

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