Skip to content

Commit

Permalink
Use NodeNext (implies EsNext)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Oct 30, 2023
1 parent 7f86382 commit 383eb2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions @planetarium/account-aws-kms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"lib": ["ES2022"]
}
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/account-web3-secret-storage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "nodenext",
"module": "ESNext",
"module": "NodeNext",
"lib": ["ESNext", "DOM"]
}
}
1 change: 1 addition & 0 deletions @planetarium/account/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "nodenext",
"moduleResolution": "nodenext"
},
}
1 change: 1 addition & 0 deletions @planetarium/tx/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "nodenext",
"moduleResolution": "nodenext"
}
}

0 comments on commit 383eb2c

Please sign in to comment.