Skip to content

Commit d84ac58

Browse files
committed
Uptade typescript
1 parent cdae264 commit d84ac58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"optimization": true,
3131
"outputHashing": "all",
3232
"sourceMap": false,
33-
"extractCss": true,
3433
"namedChunks": false,
3534
"aot": true,
3635
"extractLicenses": true,
@@ -76,7 +75,7 @@
7675
"prefix": "lib",
7776
"architect": {
7877
"build": {
79-
"builder": "@angular-devkit/build-ng-packagr:build",
78+
"builder": "@angular-devkit/build-angular:ng-packagr",
8079
"options": {
8180
"tsConfig": "projects/ngx-restangular/tsconfig.lib.json",
8281
"project": "projects/ngx-restangular/ng-package.json"

projects/ngx-restangular/tsconfig.lib.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
5+
"declarationMap": true,
56
"target": "es2015",
67
"module": "es2015",
78
"moduleResolution": "node",

0 commit comments

Comments
 (0)