Skip to content

Commit

Permalink
update angular config
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Feb 15, 2020
1 parent ebfc7f7 commit b1af451
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Expand Up @@ -121,7 +121,7 @@
}
},
"demo-packaged": {
"root": "apps/demo",
"root": "apps/demo-packaged",
"sourceRoot": "apps/demo/src",
"projectType": "application",
"prefix": "app",
Expand Down
13 changes: 13 additions & 0 deletions apps/demo-packaged/tsconfig.packaged.json
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.packaged.json",
"compilerOptions": {
"outDir": "../../dist/apps/demo-packaged"
},
"include": [
"../demo/**/*.ts"
],
"exclude": [
"../demo/src/test.ts",
"../demo/**/*.spec.ts"
]
}

0 comments on commit b1af451

Please sign in to comment.