2025-08-07 14:24:23 +02:00
|
|
|
{
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
"version": 1,
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
"projects": {
|
2025-08-08 10:57:00 +02:00
|
|
|
"sae-lib": {
|
2025-08-07 14:24:23 +02:00
|
|
|
"projectType": "library",
|
2025-08-08 10:57:00 +02:00
|
|
|
"root": "projects/sae-lib",
|
|
|
|
"sourceRoot": "projects/sae-lib/src",
|
|
|
|
"prefix": "sae",
|
2025-08-07 14:24:23 +02:00
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@angular/build:ng-packagr",
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2025-08-08 10:57:00 +02:00
|
|
|
"tsConfig": "projects/sae-lib/tsconfig.lib.prod.json"
|
2025-08-07 14:24:23 +02:00
|
|
|
},
|
|
|
|
"development": {
|
2025-08-08 10:57:00 +02:00
|
|
|
"tsConfig": "projects/sae-lib/tsconfig.lib.json"
|
2025-08-07 14:24:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@angular/build:karma",
|
|
|
|
"options": {
|
2025-08-08 10:57:00 +02:00
|
|
|
"tsConfig": "projects/sae-lib/tsconfig.spec.json"
|
2025-08-07 14:24:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"builder": "@angular-eslint/builder:lint",
|
|
|
|
"options": {
|
|
|
|
"lintFilePatterns": [
|
2025-08-08 10:57:00 +02:00
|
|
|
"projects/sae-lib/**/*.ts",
|
|
|
|
"projects/sae-lib/**/*.html"
|
2025-08-07 14:24:23 +02:00
|
|
|
],
|
2025-08-08 10:57:00 +02:00
|
|
|
"eslintConfig": "projects/sae-lib/eslint.config.js"
|
2025-08-07 14:24:23 +02:00
|
|
|
}
|
2025-08-19 16:54:03 +02:00
|
|
|
},
|
|
|
|
"storybook": {
|
|
|
|
"builder": "@storybook/angular:start-storybook",
|
|
|
|
"options": {
|
|
|
|
"configDir": "projects/sae-lib/.storybook",
|
|
|
|
"browserTarget": "sae-lib:build",
|
|
|
|
"compodoc": true,
|
|
|
|
"compodocArgs": [
|
|
|
|
"-e",
|
|
|
|
"json",
|
|
|
|
"-d",
|
|
|
|
"projects/sae-lib"
|
|
|
|
],
|
|
|
|
"port": 6006
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"build-storybook": {
|
|
|
|
"builder": "@storybook/angular:build-storybook",
|
|
|
|
"options": {
|
|
|
|
"configDir": "projects/sae-lib/.storybook",
|
|
|
|
"browserTarget": "sae-lib:build",
|
|
|
|
"compodoc": true,
|
|
|
|
"compodocArgs": [
|
|
|
|
"-e",
|
|
|
|
"json",
|
|
|
|
"-d",
|
|
|
|
"projects/sae-lib"
|
|
|
|
],
|
|
|
|
"outputDir": "storybook-static"
|
|
|
|
}
|
2025-08-07 14:24:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cli": {
|
|
|
|
"schematicCollections": [
|
|
|
|
"angular-eslint"
|
|
|
|
]
|
|
|
|
}
|
2025-08-19 16:54:03 +02:00
|
|
|
}
|