fix(build): Update TypeScript config and build tooling; use accessor for Lit properties; bump deps and adjust package metadata

This commit is contained in:
2025-11-30 21:22:51 +00:00
parent 2184d8be18
commit 1e74560aca
9 changed files with 1508 additions and 987 deletions

View File

@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"declaration": true,
"inlineSources": true,
"inlineSourceMap": true,