Skip to content

Commit

Permalink
Updated for aot
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillardo committed Dec 10, 2017
1 parent a81d78f commit 2647404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-datetime-popup",
"version": "1.2.4",
"version": "1.2.5",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down
2 changes: 2 additions & 0 deletions src/tsconfig.es5.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"module": "es2015",
"target": "es5",
"baseUrl": ".",
Expand All @@ -18,6 +19,7 @@
"types": []
},
"angularCompilerOptions": {
"genDir": "../build",
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
Expand Down

0 comments on commit 2647404

Please sign in to comment.