source:
trip-planner-front/node_modules/@schematics/angular/library/files/ng-package.json.template@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 223 bytes |
Line | |
---|---|
1 | { |
2 | "$schema": "<%= relativePathToWorkspaceRoot %>/node_modules/ng-packagr/ng-package.schema.json", |
3 | "dest": "<%= relativePathToWorkspaceRoot %>/<%= distRoot %>", |
4 | "lib": { |
5 | "entryFile": "src/<%= entryFile %>.ts" |
6 | } |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.