refactor: update .gitignore and optimize Angular config

This commit is contained in:
Jan-Marlon Leibl 2025-02-05 11:35:44 +01:00
commit f3661752e2
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
6 changed files with 6 additions and 13 deletions

View file

@ -16,9 +16,6 @@
"outputPath": "dist/lf10-starter2024",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
{
@ -73,10 +70,6 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"assets": [
{