From 6546ad21665177688bb4823e4df799c6f4df7720 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 14 Mar 2021 02:32:14 +0100 Subject: [PATCH] Add module resolution to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fe68d66..e609962 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "moduleResolution": "node", "outDir": "./ts-out", "allowJs": true, "target": "es2018",