Skip to content

Commit 345bc12

Browse files
committed
Bump target to ES2021
1 parent fcba347 commit 345bc12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/ql-vscode/.storybook/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"moduleResolution": "node",
5-
"target": "es6",
5+
"target": "es2021",
66
"outDir": "out",
77
"lib": ["ES2021", "dom"],
88
"jsx": "react",

extensions/ql-vscode/src/stories/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"moduleResolution": "node",
5-
"target": "es6",
5+
"target": "es2021",
66
"outDir": "out",
77
"lib": ["ES2021", "dom"],
88
"jsx": "react-jsx",

extensions/ql-vscode/src/view/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"moduleResolution": "node",
5-
"target": "es6",
5+
"target": "es2021",
66
"outDir": "out",
77
"lib": ["ES2021", "dom"],
88
"jsx": "react-jsx",

0 commit comments

Comments
 (0)