Skip to content

Commit 9d766f3

Browse files
committed
fix: issue with wrong tsconfig.json for stencil output
1 parent ad50b23 commit 9d766f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/stencil/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"allowUnreachableCode": false,
55
"declaration": false,
66
"experimentalDecorators": true,
7-
"lib": ["dom", "es2017"],
7+
"lib": ["dom", "es2022"],
88
"moduleResolution": "node",
99
"module": "esnext",
1010
"target": "es2017",

0 commit comments

Comments
 (0)