mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
* Install Angular CLI * Core setup and cleanup * TypeScript and webpack updates * Angular 13 * Add JS lib to Angular workspace * Do not use JS library with workspace * Angular 14 * Angular 15 * Code fixes * Couple package bumps * Restore angularCompilerOptions * Remove property reference to users inside group that didn't exist
36 lines
791 B
JSON
36 lines
791 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-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"tsConfig": "tsconfig.json",
|
|
"assets": [],
|
|
"styles": [],
|
|
"scripts": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|