Skip to content

Commit 98fc7ee

Browse files
Harmeet SinghHarmeet Singh
authored andcommitted
fix the typescript compile issue1
1 parent 1ec9d9d commit 98fc7ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ng-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{
1010
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
1111
"dest": "dist",
12-
"lib": { "entryFile": "src/index.ts" }
12+
"lib": { "entryFile": "src/index.ts" },
13+
"tsconfig": "tsconfig.lib.json"
1314
}
1415

0 commit comments

Comments
 (0)