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
+2 -2
View File
@@ -6,8 +6,8 @@
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
"scripts": {
"build": "vite build",
"lint:types": "tsc --noEmit"
"build": "nx build",
"lint:types": "nx lint:types"
},
"devDependencies": {
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",