diff --git a/tests/tsconfig.test.json b/tests/tsconfig.test.json index 3f13187..632a7c8 100644 --- a/tests/tsconfig.test.json +++ b/tests/tsconfig.test.json @@ -3,6 +3,7 @@ "compilerOptions": { "target": "es5", "module": "commonjs", + "moduleResolution": "nodenext", "strict": true, "lib": ["es5", "dom"], // Reduce parse time by not auto-including all @types diff --git a/tsconfig.json b/tsconfig.json index aa14ae3..bc35835 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "importHelpers": true, "sourceMap": true, "module": "CommonJS", + "moduleResolution": "nodenext", "target": "ES2015", "lib": ["ESNext"], "types": ["node", "jest"],