feat(frontend): Add vue-tsc, fix some types errors

This commit is contained in:
2025-02-21 13:17:14 +01:00
parent 31ff737221
commit 7c6b6e428c
6 changed files with 1837 additions and 2816 deletions

View File

@@ -9,6 +9,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier . --write",
"type-check": "nuxi typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"api:generate": "openapi-generator-cli generate -i ../legalconsenthub-backend/api/legalconsenthub.yml -g typescript-fetch -o .api-client",
@@ -28,6 +29,7 @@
"@types/better-sqlite3": "^7.6.12",
"eslint": "^9.20.1",
"prettier": "3.5.1",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"vue-tsc": "^2.2.2"
}
}