fix(codegen): codegen all files in the program, not just roots
fixes #8475
This commit is contained in:
@ -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"
|
||||
]
|
||||
}
|
||||
|
@ -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" />
|
||||
|
Reference in New Issue
Block a user