2016-05-03 12:24:09 -04:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
// For TypeScript 1.8, we have to lay out generated files
|
|
|
|
// in the same source directory with your code.
|
|
|
|
"genDir": ".",
|
|
|
|
"legacyPackageLayout": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../../../dist/all/@angular/compiler_cli/integrationtest",
|
|
|
|
"rootDir": "",
|
|
|
|
"declaration": true,
|
2016-05-04 17:17:53 -04:00
|
|
|
"lib": ["es6", "dom"],
|
2016-05-03 12:24:09 -04:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@angular/*": ["../../../../dist/all/@angular/*"]
|
|
|
|
}
|
2016-05-04 17:17:53 -04:00
|
|
|
},
|
|
|
|
|
|
|
|
"files": [
|
|
|
|
"src/bootstrap.ts",
|
|
|
|
"typings.d.ts"
|
|
|
|
]
|
2016-05-03 12:24:09 -04:00
|
|
|
}
|