From 78f405c57de412a260592018fa30d33edaa0f68e Mon Sep 17 00:00:00 2001 From: Nick Jennings Date: Wed, 23 Mar 2022 23:19:25 +0100 Subject: [PATCH] update build --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9974b8f..c11b618 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "esnext" ], "types": [ - "mocha", "node" ], "sourceMap": true, @@ -28,7 +27,7 @@ "outDir": "dist", "rootDir": "src", "sourceRoot": "/", - "mapRoot": "/", + "mapRoot": "/" }, "include": [ "src"