From becdb2676059c95f0bd853c67cbb025d015fd3f6 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 17 May 2021 09:40:50 -0400 Subject: [PATCH] Update tsconfig.json --- app/client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/tsconfig.json b/app/client/tsconfig.json index 3749956..2fafd19 100644 --- a/app/client/tsconfig.json +++ b/app/client/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./built", "allowJs": true, "target": "es6", - "moduleResolution": "node" + "moduleResolution": "" }, "include": ["./src/**/*"], } \ No newline at end of file