Skip to content

Commit 612cbad

Browse files
committed
Use latest es lib when compiling ts
1 parent 3515362 commit 612cbad

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": ["es6", "dom"],
4+
"lib": ["ESNext", "dom"],
55
"allowJs": true,
66
"module": "commonjs",
77
"noImplicitAny": true,

0 commit comments

Comments
 (0)