24 lines
628 B
JSON
24 lines
628 B
JSON
|
{
|
||
|
"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,
|
||
|
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@angular/*": ["../../../../dist/all/@angular/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|