Skip to content

Commit bf5783b

Browse files
Add map and set to typescript lib
1 parent 01eb41c commit bf5783b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

test/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"compilerOptions": {
3+
"lib": [
4+
"es5",
5+
"es2015.collection"
6+
],
37
"module": "commonjs",
48
"noFallthroughCasesInSwitch": true,
59
"noImplicitAny": true,

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4+
"lib": [
5+
"es5",
6+
"es2015.collection"
7+
],
48
"module": "commonjs",
59
"noFallthroughCasesInSwitch": true,
610
"noImplicitAny": true,

0 commit comments

Comments
 (0)