Skip to content

Commit

Permalink
fix(module): Include decorators in build
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-leanix committed Jul 3, 2018
1 parent 1e69685 commit 51435f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tsconfig.json
Expand Up @@ -34,6 +34,7 @@
"angularCompilerOptions": {
"genDir": "../temp/factories",
"strictMetadataEmit": true,
"skipTemplateCodegen": true
"skipTemplateCodegen": true,
"annotationsAs": "decorators"
}
}

0 comments on commit 51435f9

Please sign in to comment.