mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-02-25 05:50:12 +01:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"cli": {
|
|
"packageManager": "pnpm"
|
|
},
|
|
"newProjectRoot": ".",
|
|
"projects": {
|
|
"@lucide/angular": {
|
|
"projectType": "library",
|
|
"root": ".",
|
|
"sourceRoot": "./src",
|
|
"prefix": "lib",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:ng-packagr",
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "./tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "./tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@angular/build:unit-test",
|
|
"options": {
|
|
"tsConfig": "./tsconfig.spec.json",
|
|
"coverage": true,
|
|
"coverageReporters": ["html", "lcov"],
|
|
"coverageExclude": ["src/icons/*"],
|
|
"coverageThresholds": {
|
|
"statements": 80,
|
|
"branches": 80,
|
|
"functions": 80,
|
|
"lines": 80
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|