From 9213fd391f20580387c427e5d507e3e06232a6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9di-R=C3=A9mi=20Hashim?= Date: Wed, 18 Jun 2025 22:39:35 +0100 Subject: [PATCH] Add 'type: "module"' to docstring_tests's package.json --- tests/docstring_tests/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docstring_tests/package.json b/tests/docstring_tests/package.json index d898f6b96e..e59fa76a42 100644 --- a/tests/docstring_tests/package.json +++ b/tests/docstring_tests/package.json @@ -1,5 +1,6 @@ { "name": "@tests/docstring-tests", + "type": "module", "private": true, "scripts": { "build": "rescript",