26 lines
602 B
JSON
26 lines
602 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"
|
|
},
|
|
"configurations": {
|
|
"ci": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|