Skip to content

Commit 53a0cff

Browse files
chore(tsconfig): update module to es2022
1 parent 9612f7a commit 53a0cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"module": "esnext",
4+
"module": "es2022",
55
"moduleResolution": "node",
66
"esModuleInterop": true,
77
"strict": true

0 commit comments

Comments
 (0)