fix: add typescript 2.3.2 typings test (#16738)

Closes #16663
This commit is contained in:
Miško Hevery
2017-05-15 13:10:43 -07:00
committed by Jason Aden
parent a9d9aa18a0
commit ea2b24fb4e
7 changed files with 115 additions and 20 deletions

View File

@ -1,6 +1,7 @@
{
"extends": "../tsconfig-build",
"compilerOptions": {
"strictNullChecks": true,
"paths": {
"@angular/core": ["../../dist/packages/core"],
"@angular/http": ["../../dist/packages/http"],

View File

@ -3,6 +3,7 @@
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"module": "es2015",
"moduleResolution": "node",