Skip to content

Commit

Permalink
refactor(actions): Update TypeScript config for actions-plan and acti…
Browse files Browse the repository at this point in the history
…ons-run-many to enable esModuleInterop and node module resolution
  • Loading branch information
TriPSs committed Oct 10, 2024
1 parent 4d7d7b0 commit 4f84656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion actions/plan/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"declaration": true,
"types": [
"node"
]
],
"esModuleInterop": true,
"moduleResolution": "node"
},
"exclude": [
"**/*.spec.ts",
Expand Down
4 changes: 3 additions & 1 deletion actions/run-many/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"declaration": true,
"types": [
"node"
]
],
"esModuleInterop": true,
"moduleResolution": "node"
},
"exclude": [
"**/*.spec.ts",
Expand Down

0 comments on commit 4f84656

Please sign in to comment.