https://github.com/angular/angular
Raw File
Tip revision: 106b85d843f2d1040e6909115678287256188c6a authored by Alex Eagle on 20 November 2018, 14:21:05 UTC
build: update yarn version (#27193)
Tip revision: 106b85d
tsconfig.json
{
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2017",
      "dom"
    ]
  }
}
back to top