Skip to content

Commit 547c050

Browse files
committed
created lib
1 parent 10975a7 commit 547c050

17 files changed

+1251
-77
lines changed

angular.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,41 @@
121121
}
122122
}
123123
}
124+
},
125+
"ngx-text-diff": {
126+
"root": "projects/ngx-text-diff",
127+
"sourceRoot": "projects/ngx-text-diff/src",
128+
"projectType": "library",
129+
"prefix": "td",
130+
"architect": {
131+
"build": {
132+
"builder": "@angular-devkit/build-ng-packagr:build",
133+
"options": {
134+
"tsConfig": "projects/ngx-text-diff/tsconfig.lib.json",
135+
"project": "projects/ngx-text-diff/ng-package.json"
136+
}
137+
},
138+
"test": {
139+
"builder": "@angular-devkit/build-angular:karma",
140+
"options": {
141+
"main": "projects/ngx-text-diff/src/test.ts",
142+
"tsConfig": "projects/ngx-text-diff/tsconfig.spec.json",
143+
"karmaConfig": "projects/ngx-text-diff/karma.conf.js"
144+
}
145+
},
146+
"lint": {
147+
"builder": "@angular-devkit/build-angular:tslint",
148+
"options": {
149+
"tsConfig": [
150+
"projects/ngx-text-diff/tsconfig.lib.json",
151+
"projects/ngx-text-diff/tsconfig.spec.json"
152+
],
153+
"exclude": [
154+
"**/node_modules/**"
155+
]
156+
}
157+
}
158+
}
124159
}
125160
},
126161
"defaultProject": "ngx-text-diff-app"

0 commit comments

Comments
 (0)