From c1f86c9b77b39b005b5a7dc716c722758520e91c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 10 Nov 2017 14:10:23 -0800 Subject: [PATCH] updated TS version to 2.3 for abel-webpack-plugin. --- types/babel-webpack-plugin/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/babel-webpack-plugin/index.d.ts b/types/babel-webpack-plugin/index.d.ts index e23e53391b..3f16d154ac 100644 --- a/types/babel-webpack-plugin/index.d.ts +++ b/types/babel-webpack-plugin/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/simlrh/babel-webpack-plugin // Definitions by: Jed Fox // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 import { Plugin } from 'webpack'; import { TransformOptions } from 'babel-core';