build(frontend): add Vitest setup and update Angular/TypeScript config

This commit is contained in:
Andras Schmelczer 2026-05-31 10:49:26 +01:00
commit 757cae5dcf
6 changed files with 22 additions and 29 deletions

View file

@ -5,9 +5,9 @@
"packageManager": "npm",
"schematicCollections": [
"angular-eslint"
]
],
"analytics": false
},
"newProjectRoot": "projects",
"projects": {
"frontend": {
"projectType": "application",
@ -76,9 +76,6 @@
"proxyConfig": "proxy.conf.json"
}
},
"test": {
"builder": "@angular/build:unit-test"
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
@ -91,4 +88,4 @@
}
}
}
}
}