fix(codegen): codegen all files in the program, not just roots

fixes #8475
This commit is contained in:
Alex Eagle
2016-05-04 15:17:53 -06:00
parent f235454dd6
commit 0d71345b93
4 changed files with 15 additions and 8 deletions

View File

@ -14,10 +14,15 @@
"outDir": "../../../../dist/all/@angular/compiler_cli/integrationtest",
"rootDir": "",
"declaration": true,
"lib": ["es6", "dom"],
"baseUrl": ".",
"paths": {
"@angular/*": ["../../../../dist/all/@angular/*"]
}
}
},
"files": [
"src/bootstrap.ts",
"typings.d.ts"
]
}

View File

@ -1,4 +1,2 @@
/// <reference path="../../typings/es6-collections/es6-collections.d.ts" />
/// <reference path="../../typings/es6-promise/es6-promise.d.ts" />
/// <reference path="../../typings/node/node.d.ts" />
/// <reference path="../../typings/jasmine/jasmine.d.ts" />