maidn-e2e-angular/angular.json

23 lines
538 B
JSON

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"projects": {
"maidn-e2e-angular": {
"projectType": "application",
"root": "",
"sourceRoot": "src",
"architect": {
"build": {
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/maidn-e2e-angular",
"browser": "src/main.ts",
"index": "src/index.html",
"tsConfig": "tsconfig.app.json"
}
}
}
}
}
}