Skip to content

Commit 6015152

Browse files
committed
fix typing tests
1 parent 9f6fbcb commit 6015152

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

types/test/tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"module": "commonjs",
55
"noImplicitAny": true,
66
"strictNullChecks": true,
7-
"noEmit": true
7+
"noEmit": true,
8+
"lib": [
9+
"es5",
10+
"dom",
11+
"es2015.promise",
12+
"es2015.core"
13+
]
814
},
915
"include": [
1016
"*.ts",

0 commit comments

Comments
 (0)