From b563d076dea6658cb87bb95310c53978101043a8 Mon Sep 17 00:00:00 2001 From: nojaf Date: Fri, 15 Aug 2025 09:16:30 +0200 Subject: [PATCH] Add missing details for packages in root rescript json --- rescript.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rescript.json b/rescript.json index 2aa506b7b6..20d4c24d16 100644 --- a/rescript.json +++ b/rescript.json @@ -1,4 +1,17 @@ { "name": "rescript", + "package-specs": [ + { + "module": "esmodule", + "in-source": true + }, + { + "module": "esmodule", + "in-source": false, + "suffix": ".res.js" + } + ], + "suffix": ".res.js", + "jsx": { "version": 4 }, "dependencies": ["@tests/gentype-react-example", "playground"] }