Skip to content

Commit f340e1a

Browse files
authored
fix(tools): fix error when running test.sh (#12927)
1 parent 481c9b3 commit f340e1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"lib": ["es5", "dom", "es2015.promise", "es2015.collection", "es2015.iterable"],
2121
"skipDefaultLibCheck": true,
2222
"skipLibCheck": true,
23-
"target": "es5"
23+
"target": "es5",
24+
"types": ["angularjs"]
2425
},
2526
"exclude": [
2627
"angular1_router",

0 commit comments

Comments
 (0)