From bac3edeb6f62910fcd3f85c602a648e60fda43d9 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Thu, 25 Mar 2021 18:03:15 -0500 Subject: [PATCH] test: Fix tsconfig options --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 3f59589..2be4412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "compilerOptions": { "module": "CommonJS", "target": "ES6", + "moduleResolution": "node", + "esModuleInterop": true, "removeComments": true, "strict": true, "skipLibCheck": true,