From 3d0cb0d2c9e45e2de152154663b070bf87636480 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 17 May 2021 09:41:31 -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 2fafd19..3749956 100644 --- a/app/client/tsconfig.json +++ b/app/client/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./built", "allowJs": true, "target": "es6", - "moduleResolution": "" + "moduleResolution": "node" }, "include": ["./src/**/*"], } \ No newline at end of file