From: Iskren Chernev Date: Sun, 24 Dec 2023 11:11:27 +0000 (+0200) Subject: [misc] ts: Fix issues when importing moment-with-locales X-Git-Tag: 2.30.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2526b1eac6fd54a6c8319eb7ddd27bef6c7b5ca;p=thirdparty%2Fmoment.git [misc] ts: Fix issues when importing moment-with-locales This is based on code from https://github.com/moment/moment/pull/5778 --- diff --git a/package.json b/package.json index 12696d03f..5a0fe90b7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ ">=3.1": { "*": [ "ts3.1-typings/*" + ], + "min/moment-with-locales": [ + "ts3.1-typings/moment.d.ts" ] } },