From 1bba48f27bd16c25541652b6e330f4a37a0fe077 Mon Sep 17 00:00:00 2001 From: Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Thu, 29 Oct 2020 12:25:25 +0530 Subject: [PATCH] fix: type in tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0fbfb31..670a1f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ }, "include": [ "source", - "webpack.config.ts" + "webpack.config.js" ] -} \ No newline at end of file +}