Skip to content

Commit 6d2a372

Browse files
committed
Update target
1 parent ebba1c5 commit 6d2a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/js/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "es2020",
44
"esModuleInterop": true,
5-
"lib": ["es2015", "dom"],
5+
"lib": ["es2020", "dom"],
66
"module": "esnext",
77
"moduleResolution": "node",
88
"noUnusedLocals": true,

0 commit comments

Comments
 (0)