Files

131 lines
3.5 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ng-ttc-frontend": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"standalone": false
},
"@schematics/angular:directive": {
"standalone": false
},
"@schematics/angular:pipe": {
"standalone": false
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
2025-11-17 17:45:33 +07:00
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/ng-ttc-frontend",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
2025-11-17 17:45:33 +07:00
"node_modules/@fortawesome/fontawesome-free/css/all.min.css",
"src/styles.css"
],
2025-11-17 17:45:33 +07:00
"scripts": [
]
},
"configurations": {
"production": {
2025-11-17 17:45:33 +07:00
"fileReplacements": [
{
2025-11-17 18:24:42 +07:00
"replace": "src/environments/environment.development.ts",
2025-11-17 17:45:33 +07:00
"with": "src/environments/environment.ts"
}
],
"optimization": true,
"budgets": [
{
"type": "initial",
2025-11-17 17:45:33 +07:00
"maximumWarning": "1MB",
"maximumError": "2MB"
},
{
"type": "anyComponentStyle",
2025-11-17 17:45:33 +07:00
"maximumWarning": "6kB",
"maximumError": "10kB"
}
],
"outputHashing": "all"
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"
},
"serve": {
2025-11-17 17:45:33 +07:00
"builder": "@angular/build:dev-server",
"options": {
"host": "0.0.0.0",
"allowedHosts": ["localhost"]
},
"configurations": {
"production": {
"buildTarget": "ng-ttc-frontend:build:production"
},
"development": {
"buildTarget": "ng-ttc-frontend:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
2025-11-17 17:45:33 +07:00
"builder": "@angular/build:extract-i18n"
},
"test": {
2025-11-17 17:45:33 +07:00
"builder": "@angular/build:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
2025-11-17 17:45:33 +07:00
"node_modules/@fortawesome/fontawesome-free/css/all.min.css",
"src/styles.css"
],
2025-11-17 17:45:33 +07:00
"scripts": [
]
}
}
}
}
},
"cli": {
"analytics": false
}
}