Skip to content

Commit ffeae1a

Browse files
committed
Fix lib name
1 parent 124f0b9 commit ffeae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"forceConsistentCasingInFileNames": true,
1010
"keyofStringsOnly": false,
1111
"lib": [
12-
"ES6"
12+
"es6"
1313
],
1414
"locale": "en",
1515
"module": "commonjs",

0 commit comments

Comments
 (0)