@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
53 lines (52 loc) • 1.3 kB
JSON
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"cli": {
"packageManager": "yarn"
},
"projects": {
"library": {
"projectType": "library",
"root": "",
"sourceRoot": "./src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "./ng-package.json"
},
"configurations": {
"development": {
"tsConfig": "./tsconfig.lib.json"
},
"production": {
"tsConfig": "./tsconfig.prod.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "test/test.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
}
}