/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/trusted-types/angular.json
107 строк
3 KB
Charles Lyding
build: migrate integration tests to manual Protractor setup
12 фев 2026, 00:38
12 фев 2026, 00:38
4999868
Код
Авторство
О чём код?
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "trusted-types": { "projectType": "application", "schematics": { "@schematics/angular:application": { "strict": true } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": "dist/trusted-types", "index": "src/index.html", "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "aot": true, "assets": ["src/favicon.ico", "src/assets"], "styles": ["src/styles.css"], "scripts": [], "optimization": false, "progress": false, "browser": "src/main.ts" }, "configurations": { "production": { "optimization": true, "outputHashing": "all", "sourceMap": false, "namedChunks": false, "extractLicenses": true, "budgets": [ { "type": "initial", "maximumWarning": "500kb", "maximumError": "1mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "4kb" } ] } } }, "serve": { "builder": "@angular/build:dev-server", "options": { "buildTarget": "trusted-types:build", "headers": { "Content-Security-Policy": "trusted-types angular angular#unsafe-bypass; require-trusted-types-for 'script';" } }, "configurations": { "production": { "buildTarget": "trusted-types:build:production" }, "ci": {}, "ci-production": { "buildTarget": "trusted-types:build:production" } } }, "extract-i18n": { "builder": "@angular/build:extract-i18n", "options": { "buildTarget": "trusted-types:build" } }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "polyfills": ["zone.js", "zone.js/testing"], "tsConfig": "tsconfig.spec.json", "karmaConfig": "karma.conf.js", "assets": ["src/favicon.ico", "src/assets"], "styles": ["src/styles.css"], "scripts": [], "progress": false, "watch": false } }, "lint": { "builder": "@angular/build:tslint", "options": { "tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"], "exclude": ["**/node_modules/**"] } } } } }, "cli": { "cache": { "enabled": false }, "analytics": false } }