mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-14 06:23:52 +00:00
38 lines
821 B
JSON
38 lines
821 B
JSON
{
|
|
"$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/build:application",
|
|
"options": {
|
|
"outputPath": {
|
|
"base": "dist"
|
|
},
|
|
"index": "src/index.html",
|
|
"tsConfig": "tsconfig.json",
|
|
"assets": [],
|
|
"styles": [],
|
|
"scripts": [],
|
|
"browser": "src/main.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|