Make tsc happier

This commit is contained in:
Michael Telatynski
2026-06-08 11:42:00 +01:00
parent 788c76d677
commit af74f511ed
9 changed files with 109 additions and 17 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
"scripts": {
"build": "vite build",
"lint:types": "tsc --noEmit",
"test:unit": "vitest run"
"build": "nx build",
"lint:types": "nx lint:types",
"test:unit": "nx test:unit"
},
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",