feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884)

This commit is contained in:
Alex Grozav
2025-07-04 14:55:39 +03:00
committed by GitHub
parent 5733999de5
commit d754ce922d
37 changed files with 165 additions and 143 deletions

12
patches/ics.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index c69d9542b6f211d7dd3da0d11eb62002ed480457..a85c007d243ff0323c6ee271768147a848737241 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "2.40.0",
"description": "iCal (ics) file generator",
"exports": {
+ "types": "./index.d.ts",
"require": "./index.js",
"default": "./dist/index.js"
},

12
patches/minifaker.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index 6ee7fa8ca1fc6daf7322b5278becb4e38c55eef8..7ebf0a67338ae7635a13d73952e7b4fa9c6c0f6b 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"module": "./dist/esm/index.js",
"exports": {
".": {
+ "types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},