From 0b13fe97852a00da7467aab635eb7142eed241e7 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 23 Aug 2020 14:41:33 +0200 Subject: [PATCH] clean up tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dc6dd8c..7cd65bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "include": [ "mailgo.d.ts", "src", - // "webpack/mailgo.lib.ts", "webpack/mailgo.dist.ts" ] }