/* 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
}
}