2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../dist/all/@angular",
|
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../dist/all/@angular/core/index.d.ts"],
|
|
|
|
"@angular/core/*": ["../../dist/all/@angular/core/*"],
|
|
|
|
"@angular/compiler/*": ["../../dist/all/@angular/compiler/*"]
|
|
|
|
},
|
|
|
|
"rootDir": "../../dist/all/@angular",
|
|
|
|
"sourceMap": true,
|
|
|
|
"sourceRoot": ".",
|
2016-05-20 19:06:52 -04:00
|
|
|
"lib": ["es6", "dom"],
|
2016-04-28 20:50:03 -04:00
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"files": [
|
2016-05-25 18:37:40 -04:00
|
|
|
"../../node_modules/@types/node/index.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../dist/all/@angular/compiler/test/output/output_emitter_codegen_typed.ts",
|
2016-06-28 12:54:42 -04:00
|
|
|
"../../dist/all/@angular/compiler/test/output/output_emitter_codegen_untyped.ts"
|
2016-04-28 20:50:03 -04:00
|
|
|
]
|
|
|
|
}
|