[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/feicc/angular-cli/master/tsconfig.json [Back]  [Original]

{
  "compilerOptions": {
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "mapRoot": "",
    "module": "commonjs",
    "moduleResolution": "node",
    "noEmitOnError": true,
    "noImplicitAny": true,
    "noUnusedParameters": true,
    "noUnusedLocals": true,
    "outDir": "./dist",
    "rootDir": ".",
    "skipLibCheck": true,
    "sourceMap": true,
    "sourceRoot": "",
    "target": "es6",
    "lib": [
      "es2017"
    ],
    "baseUrl": "",
    "typeRoots": [
      "./node_modules/@types"
    ],
    "types": [
      "jasmine",
      "node"
    ],
    "paths": {
      "@ngtools/json-schema": [ "./packages/@ngtools/json-schema/src" ],
      "@ngtools/logger": [ "./packages/@ngtools/logger/src" ],
      "@ngtools/webpack": [ "./packages/@ngtools/webpack/src" ]
    }
  },
  "exclude": [
    "packages/@angular/cli/blueprints/*/files/**/*",
    "dist/**/*",
    "node_modules/**/*",
    "tmp/**/*"
  ]
}

Web Proxy Viewer  |  New URL  |  Original Page