Skip to content

Commit c186815

Browse files
authored
fix(create-vite): update template-lit-ts tsconfig (fix #12854) (#12855)
1 parent d84460a commit c186815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-vite/template-lit-ts/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ES2020",
4-
"useDefineForClassFields": true,
4+
"experimentalDecorators": true,
5+
"useDefineForClassFields": false,
56
"module": "ESNext",
67
"lib": ["ES2020", "DOM", "DOM.Iterable"],
78
"skipLibCheck": true,

0 commit comments

Comments
 (0)