2016-09-07 19:04:33 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2016-09-07 19:04:33 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2017-08-02 22:15:30 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": ".",
|
2016-09-07 19:04:33 -04:00
|
|
|
"paths": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/*": ["../../dist/packages-dist/*"],
|
|
|
|
"rxjs/*": ["../../node_modules/rxjs/*"]
|
2016-09-07 19:04:33 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
"outDir": "../../dist/examples",
|
2016-12-09 17:28:19 -05:00
|
|
|
"types": ["jasmine", "node", "angularjs", "systemjs"]
|
2016-09-07 19:04:33 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2016-09-07 19:04:33 -04:00
|
|
|
"include": [
|
2016-09-09 19:54:26 -04:00
|
|
|
"./**/*.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
2016-09-13 18:58:45 -04:00
|
|
|
// TODO(i): we can't use protractor's built-in typings because they contain lots of ambient definitions
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/@types/protractor/index.d.ts"
|
2016-09-07 19:04:33 -04:00
|
|
|
]
|
|
|
|
}
|