Angular 1.x -> AngularJS Angular 1 -> AngularJS Angular1 -> AngularJS Angular 2+ -> Angular Angular 2.0 -> Angular Angular2 -> Angular I have deliberately not touched any of the symbol names as that would cause big merge collisions with Tobias's work. All the renames are in .md, .json, and inline comments and jsdocs. PR Close #14132
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../dist/all/",
|
|
"noImplicitAny": true,
|
|
// Attention: This is only set to false for @angular/core.
|
|
"noFallthroughCasesInSwitch": false,
|
|
"paths": {
|
|
"selenium-webdriver": ["../node_modules/@types/selenium-webdriver/index.d.ts"],
|
|
"rxjs/*": ["../node_modules/rxjs/*"],
|
|
"@angular/*": ["./@angular/*"],
|
|
"@angular/tsc-wrapped": ["../dist/tools/@angular/tsc-wrapped"],
|
|
"@angular/tsc-wrapped/*": ["../dist/tools/@angular/tsc-wrapped/*"]
|
|
},
|
|
"rootDir": ".",
|
|
"inlineSourceMap": true,
|
|
"lib": ["es5", "dom", "es2015.promise", "es2015.collection", "es2015.iterable"],
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"target": "es5",
|
|
"types": ["angularjs"]
|
|
},
|
|
"exclude": [
|
|
"angular1_router",
|
|
"benchmarks/e2e_test/old",
|
|
"benchmarks/src/old",
|
|
"benchmarks/src/**/index_aot.ts",
|
|
"benchmarks_external",
|
|
"payload_tests",
|
|
"rollup-test",
|
|
"@angular/compiler-cli/integrationtest"
|
|
]
|
|
}
|