Skip to content

Commit a106bde

Browse files
committed
✨ feat: Bump [force major]
Signed-off-by: Innei <tukon479@gmail.com>
1 parent feec124 commit a106bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"declaration": true,
55
"downlevelIteration": true,
66
"esModuleInterop": true,
7+
"module": "es2022",
78
"jsx": "react-jsx",
89
"lib": ["dom", "dom.iterable", "esnext"],
9-
"module": "esnext",
10-
"moduleResolution": "node",
10+
"moduleResolution": "bundler",
1111
"resolveJsonModule": true,
1212
"skipLibCheck": true,
1313
"strict": true,

0 commit comments

Comments
 (0)