a9f3e2bd95
- update to TypeScript 2.5 - point the 2.4 typings test at the previous typescript version, so we don't break it accidentally - widen the peerDeps from Angular packages that depend on TypeScript - update to latest TypeScript 2.5 compatible Bazel rules - move .bazelrc to tools/bazel.rc per https://docs.bazel.build/versions/master/best-practices.html#bazelrc PR Close #20175
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/typings_test_ts25/",
|
|
"rootDir": ".",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"dom",
|
|
"es2015.collection",
|
|
"es2015.iterable",
|
|
"es2015.promise"
|
|
],
|
|
"types": [],
|
|
"strictNullChecks": true
|
|
},
|
|
"files": [
|
|
"include-all.ts",
|
|
"node_modules/@types/jasmine/index.d.ts"
|
|
]
|
|
}
|