Skip to content

Commit 72efa7a

Browse files
committed
package.json main property
such property helps debugging when using npm link, since angular-library-starter-kit build script transpiles it to js
1 parent 8045fff commit 72efa7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"version": "0.0.0",
1010
"license": "MIT",
11+
"main": "src/index.ts",
1112
"scripts": {
1213
"start": "ng serve --aot",
1314
"build": "ng-packagr -p ng-package.json",

0 commit comments

Comments
 (0)