Skip to content

Commit

Permalink
Temporarily make TypeScript less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 24, 2024
1 parent a9837e3 commit c39c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"moduleResolution": "node",
"lib": ["es2020", "dom"],
"experimentalDecorators": true, // Enable experimental support for decorators (needed for Lit)
"strict": true,
"strict": false,
"esModuleInterop": true
},
}

0 comments on commit c39c37b

Please sign in to comment.