mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"self-qrcode-angular": {
|
|
"projectType": "library",
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "self",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"project": "ng-package.json",
|
|
"preserveSymlinks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"polyfills": ["zone.js", "zone.js/testing"],
|
|
"styles": ["src/styles.css"],
|
|
"scripts": [],
|
|
"assets": ["src/favicon.ico", "src/assets"]
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false
|
|
}
|
|
}
|