mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-16 19:15:43 +00:00
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:
parent
46d3f9c040
commit
30b83a4477
7 changed files with 35457 additions and 417 deletions
|
|
@ -8,8 +8,8 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["ES2022"],
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"newLine": "lf",
|
||||
"noImplicitAny": true,
|
||||
"noUnusedLocals": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue