Revision 69ad99dca6bebf6d26a8e9e5dd6772069ecc37f6 authored by Igor Minar on 20 October 2016, 21:36:46 UTC, committed by Igor Minar on 20 October 2016, 21:36:46 UTC
1 parent da5fc69
Raw File
tsconfig-output_emitter_codegen.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "../../dist/all/@angular",
    "paths": {
      "@angular/core": ["../../dist/all/@angular/core/index"],
      "@angular/core/*": ["../../dist/all/@angular/core/*"],
      "@angular/compiler/*": ["../../dist/all/@angular/compiler/*"]
    },
    "rootDir": "../../dist/all/@angular",
    "sourceMap": true,
    "sourceRoot": ".",
    "lib": ["es6", "dom"],
    "target": "es5"
  },
  "files": [
    "../../node_modules/@types/node/index.d.ts",
    "../../dist/all/@angular/compiler/test/output/output_emitter_codegen_typed.ts",
    "../../dist/all/@angular/compiler/test/output/output_emitter_codegen_untyped.ts"
  ]
}
back to top