Update component schematics config

This commit is contained in:
2025-10-26 01:23:26 +02:00
parent 00fd73124a
commit ad23d48ff1

View File

@@ -4,7 +4,8 @@
"newProjectRoot": "projects", "newProjectRoot": "projects",
"schematics": { "schematics": {
"@schematics/angular:component": { "@schematics/angular:component": {
"skipTests": true "skipTests": true,
"type": "component"
} }
}, },
"projects": { "projects": {