FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-javascript/packages/angular/angular.json at develop · getsentry/sentry-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
544
Pull requests
77
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-javascript
/
packages
/
angular
/
angular.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 832 Bytes
Breadcrumbs
sentry-javascript
/
packages
/
angular
/
angular.json
Copy path
File metadata and controls
32 lines (32 loc) · 832 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* To learn more about this file see: https://angular.io/guide/workspace-config */
{
"$schema"
:
"
./node_modules/@angular/cli/lib/config/schema.json
"
,
"version"
:
1
,
// version of angular.json
"projects"
: {
"sentry-angular"
: {
"projectType"
:
"
library
"
,
"root"
:
"
.
"
,
"sourceRoot"
:
"
src
"
,
"architect"
: {
"build"
: {
"builder"
:
"
@angular-devkit/build-angular:ng-packagr
"
,
"options"
: {
"project"
:
"
ng-package.json
"
},
"configurations"
: {
"production"
: {
"tsConfig"
:
"
tsconfig.ngc.json
"
},
"development"
: {
"tsConfig"
:
"
tsconfig.ngc.json
"
}
},
"defaultConfiguration"
:
"
production
"
}
}
}
},
"cli"
: {
"analytics"
:
false
}
}
Back
|
FazBrowse Home
|
New Git URL