Skip to content

Commit

Permalink
feat: node18+ lib/target/module stuff (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Jun 13, 2024
1 parent 7865cb9 commit 0a8e0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tsconfig-esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": ["ES2022"],
"lib": ["ES2023"],
"sourceMap": true,
"declaration": true,
"moduleResolution": "Node16",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2021",
"lib": ["es2021"],
"module": "Node16",
"target": "ES2022",
"lib": ["ES2023"],
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 0a8e0bd

Please sign in to comment.