You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
791 B
35 lines
791 B
{ |
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
|
"version": 1, |
|
"newProjectRoot": "apps", |
|
"cli": { |
|
"analytics": false |
|
}, |
|
"projects": { |
|
"app": { |
|
"projectType": "application", |
|
"schematics": { |
|
"@schematics/angular:application": { |
|
"strict": true |
|
} |
|
}, |
|
"root": ".", |
|
"sourceRoot": "src", |
|
"prefix": "app", |
|
"architect": { |
|
"build": { |
|
"builder": "@angular-devkit/build-angular:browser", |
|
"options": { |
|
"outputPath": "dist", |
|
"index": "src/index.html", |
|
"main": "src/main.ts", |
|
"tsConfig": "tsconfig.json", |
|
"assets": [], |
|
"styles": [], |
|
"scripts": [] |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|