2026-07-13 20:08:31 +03:00
|
|
|
{
|
|
|
|
|
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
|
"version": 1,
|
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
|
"projects": {
|
|
|
|
|
"angular": {
|
|
|
|
|
"projectType": "application",
|
|
|
|
|
"root": "",
|
|
|
|
|
"sourceRoot": "src",
|
|
|
|
|
"prefix": "app",
|
|
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
|
|
|
|
"builder": "@angular/build:application",
|
|
|
|
|
"options": {
|
|
|
|
|
"browser": "src/main.ts",
|
|
|
|
|
"index": "src/index.html",
|
|
|
|
|
"tsConfig": "tsconfig.app.json",
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-07-15 16:56:44 +03:00
|
|
|
"loader": {
|
|
|
|
|
".svg": "file"
|
|
|
|
|
},
|
2026-07-13 20:08:31 +03:00
|
|
|
"styles": ["src/styles.css"],
|
|
|
|
|
"outputPath": "dist/angular"
|
|
|
|
|
},
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"outputHashing": "all"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"sourceMap": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
|
},
|
|
|
|
|
"serve": {
|
|
|
|
|
"builder": "@angular/build:dev-server",
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"buildTarget": "angular:build:production"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"buildTarget": "angular:build:development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|