Skip to content

Commit 64ddb72

Browse files
committed
Bump target to es2018 to address build failure,
see jupyterlab/jupyterlab#14029
1 parent 3ca9311 commit 64ddb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/labextension/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rootDir": "src",
1818
"strict": true,
1919
"strictNullChecks": true,
20-
"target": "es2017",
20+
"target": "es2018",
2121
"types": []
2222
},
2323
"include": ["src/**/*"]

0 commit comments

Comments
 (0)