2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../dist/all/",
|
2016-06-08 18:45:15 -04:00
|
|
|
"noImplicitAny": true,
|
2016-06-22 18:57:24 -04:00
|
|
|
"noFallthroughCasesInSwitch": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2016-05-25 18:37:40 -04:00
|
|
|
"selenium-webdriver": ["../node_modules/@types/selenium-webdriver/index.d.ts"],
|
2016-04-28 20:50:03 -04:00
|
|
|
"rxjs/*": ["../node_modules/rxjs/*"],
|
2016-05-04 13:02:12 -04:00
|
|
|
"@angular/*": ["./@angular/*"],
|
2016-05-27 19:22:16 -04:00
|
|
|
"@angular/tsc-wrapped": ["../dist/tools/@angular/tsc-wrapped"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"inlineSourceMap": true,
|
2016-06-24 18:37:46 -04:00
|
|
|
"lib": ["es5", "dom", "es2015.promise", "es2015.collection", "es2015.iterable"],
|
|
|
|
"skipDefaultLibCheck": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"angular1_router",
|
|
|
|
"angular2",
|
|
|
|
"benchmarks",
|
|
|
|
"benchmarks_external",
|
|
|
|
"benchpress",
|
|
|
|
"payload_tests",
|
|
|
|
"rollup-test",
|
2016-07-21 19:12:40 -04:00
|
|
|
"@angular/compiler-cli/integrationtest"
|
2016-04-28 20:50:03 -04:00
|
|
|
]
|
|
|
|
}
|