From bc4644496c1630d6e9797c24a987d4cf5e2b4919 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sat, 12 Sep 2020 22:46:55 -0700 Subject: [PATCH] Remove technically unnecessary 'module' option from 'harness' config. --- src/harness/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/harness/tsconfig.json b/src/harness/tsconfig.json index 2e11835a3304c..70ccbb36b92c4 100644 --- a/src/harness/tsconfig.json +++ b/src/harness/tsconfig.json @@ -2,7 +2,6 @@ "extends": "../tsconfig-base", "compilerOptions": { "outFile": "../../built/local/harness.js", - "moduleResolution": "node", "types": [ "node", "mocha", "chai" ],