From 40ef5a4c81e9e15b1b9a769619bfae41a6feed72 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Wed, 22 Feb 2023 22:24:58 -0500 Subject: [PATCH] Updated compile config --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 445cc2a..a2dd3c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,9 @@ { "compilerOptions": { "module": "commonjs", + "moduleResolution": "node", "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + "outDir": "dist" } } \ No newline at end of file