[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/springboot-angular2-tutorial/angular2-app/master/tsconfig.json [Back]  [Original]

{
  "compilerOptions": {
    "target": "es5",
    "module": "es2015",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "sourceMap": true,
    "noEmitHelpers": true,
    "noUnusedLocals": true,
    "lib": [
      "es2015",
      "dom"
    ],
    "strictNullChecks": true,
    "skipLibCheck": true,
    "baseUrl": "./src",
    "paths": {},
    "types": [
      "jasmine",
      "lodash",
      "node",
      "pluralize",
      "source-map",
      "webpack"
    ]
  },
  "exclude": [
    "node_modules",
    "dist",
    "aot"
  ],
  "awesomeTypescriptLoaderOptions": {
    "forkChecker": true,
    "useWebpackText": true
  },
  "compileOnSave": false,
  "buildOnSave": false,
  "atom": {
    "rewriteTsconfig": false
  }
}

Web Proxy Viewer  |  New URL  |  Original Page