fix(tools): fix error when running test.sh (#12927)

This commit is contained in:
Chuck Jazdzewski 2016-11-16 13:35:31 -08:00 committed by GitHub
parent 481c9b3258
commit f340e1a414
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
"lib": ["es5", "dom", "es2015.promise", "es2015.collection", "es2015.iterable"], "lib": ["es5", "dom", "es2015.promise", "es2015.collection", "es2015.iterable"],
"skipDefaultLibCheck": true, "skipDefaultLibCheck": true,
"skipLibCheck": true, "skipLibCheck": true,
"target": "es5" "target": "es5",
"types": ["angularjs"]
}, },
"exclude": [ "exclude": [
"angular1_router", "angular1_router",