Skip to content

Commit

Permalink
fix(create-vite): update template-lit-ts tsconfig (fix #12854) (#12855)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Apr 20, 2023
1 parent d84460a commit c186815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-vite/template-lit-ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"experimentalDecorators": true,
"useDefineForClassFields": false,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
Expand Down

0 comments on commit c186815

Please sign in to comment.