introduce check type definition

This commit is contained in:
Eugenio Romano
2017-06-21 14:49:52 +02:00
parent 43c5fc7d63
commit 404589e302
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
const ExtractTextPlugin = require("extract-text-webpack-plugin");
const helpers = require('./helpers');
const path = require('path');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
module.exports = {
entry: {

View File

@@ -82,6 +82,7 @@
"zone.js": "0.6.26",
"ng2-alfresco-core": "1.6.1",
"raphael": "2.2.7",
"chart.js": "2.5.0",
"md-date-time-picker": "2.2.0",
"moment": "2.15.1",
"ng2-activiti-diagrams": "1.6.1",
@@ -111,7 +112,6 @@
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "2.4.1",
"happypack": "3.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "^1.1.1",