Skip to content

Commit

Permalink
chore: optimize repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 7, 2018
1 parent b2730e6 commit f85a0a5
Show file tree
Hide file tree
Showing 9 changed files with 311 additions and 282 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/dist-server
/tmp
/out-tsc
/build
.ng_build
.ng_pkg_build

# dependencies
/node_modules
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"files.insertFinalNewline": true
}
12 changes: 12 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"workingDirectory": "./.ng_build",
"dest": "./dist",
"lib": {
"entryFile": "./src/app/lib/public_api.ts",
"umdModuleIds": {
"lodash": "_",
"escape-string-regexp": "escapeString"
}
}
}
Loading

0 comments on commit f85a0a5

Please sign in to comment.