Skip to content

Commit

Permalink
change moduleResolution and module to nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed May 6, 2024
1 parent 63d69f1 commit eae9f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"exclude": ["node_modules"],
"include": ["src"],
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "es2022",
"declaration": true,
"removeComments": true,
Expand Down

0 comments on commit eae9f71

Please sign in to comment.