Fix build failure: update tsconfig and rollup config for ESM-only @actions packages

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 09:57:52 +00:00
parent 46d3f9c040
commit 30b83a4477
7 changed files with 35457 additions and 417 deletions

View file

@ -8,8 +8,8 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"newLine": "lf",
"noImplicitAny": true,
"noUnusedLocals": true,