Skip to content

Commit 4f44a94

Browse files
committed
Fix errors associated with using es6 instead of es2017
1 parent c1de6a2 commit 4f44a94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"lib": [
5-
"es6"
5+
"es2017"
66
],
77
"noImplicitAny": true,
88
"noImplicitThis": true,
@@ -17,7 +17,6 @@
1717
"forceConsistentCasingInFileNames": true
1818
},
1919
"files": [
20-
"index.d.ts",
2120
"tests.ts"
2221
]
2322
}

0 commit comments

Comments
 (0)