diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/ng-package.json.template')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/ng-package.json.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/ng-package.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/ng-package.json.template new file mode 100644 index 00000000..c0f915ca --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/library/files/ng-package.json.template @@ -0,0 +1,7 @@ +{ + "$schema": "<%= relativePathToWorkspaceRoot %>/node_modules/ng-packagr/ng-package.schema.json", + "dest": "<%= relativePathToWorkspaceRoot %>/<%= distRoot %>", + "lib": { + "entryFile": "src/<%= entryFile %>.ts" + } +}
\ No newline at end of file |