This commit is contained in:
Jan K9f 2025-08-20 08:29:13 +02:00
commit 03ddce0290
Signed by: jank
GPG key ID: 22BEAC760B3333D6
25 changed files with 240 additions and 165 deletions

View file

@ -16,9 +16,7 @@
"outputPath": "dist/auth",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": [
{
@ -74,10 +72,7 @@
"test": {
"builder": "@angular/build:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"assets": [
{