diff --git a/tsconfig.json b/tsconfig.json index eb434f9..0a6e46c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strictNullChecks": true, "module": "commonjs", + "moduleResolution": "node", "target": "es2015", "declaration": true, "outDir": "./dist",