Files
lucide/packages/lucide-angular/angular.json
T

49 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-11 15:48:50 +04:30
{
2021-04-17 23:11:59 +02:00
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
2021-04-11 15:48:50 +04:30
"version": 1,
2021-04-11 19:04:24 +02:00
"newProjectRoot": "",
2021-04-11 15:48:50 +04:30
"projects": {
"lucide-angular": {
"projectType": "library",
2021-04-11 19:04:24 +02:00
"root": "",
"sourceRoot": "src",
2021-04-11 15:48:50 +04:30
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
2021-04-11 19:04:24 +02:00
"tsConfig": "tsconfig.lib.json",
"project": "ng-package.json"
2021-04-11 15:48:50 +04:30
},
"configurations": {
"production": {
2021-04-11 19:04:24 +02:00
"tsConfig": "tsconfig.lib.prod.json"
2021-04-11 15:48:50 +04:30
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
2021-04-11 19:04:24 +02:00
"main": "src/test.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js"
2021-04-11 15:48:50 +04:30
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
2021-04-11 19:04:24 +02:00
"tsconfig.lib.json",
"tsconfig.spec.json"
2021-04-11 15:48:50 +04:30
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "lucide-angular"
}