diff --git a/tsconfig.json b/tsconfig.json index f7e916c..2ceb165 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "target": "es2015", + "moduleResolution": "node", "sourceMap": false, "outDir": "build", "importHelpers": true,