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,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}