Skip to content

Commit

Permalink
use bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 4, 2024
1 parent 844f005 commit 45d1a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 45d1a05

Please sign in to comment.