diff --git a/tsconfig.types.json b/tsconfig.types.json index b4efdc956..018c522c0 100644 --- a/tsconfig.types.json +++ b/tsconfig.types.json @@ -8,6 +8,7 @@ "declaration": true, "declarationMap": true, "declarationDir": "./types", - "emitDeclarationOnly": true + "emitDeclarationOnly": true, + "moduleResolution": "node" } }