Skip to content

Commit

Permalink
Set moduleResolution to Node16
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 5, 2024
1 parent c7e0ad5 commit 713a811
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
Expand Up @@ -9,8 +9,8 @@
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist",
"moduleResolution": "NodeNext",
"module": "NodeNext",
"moduleResolution": "Node16",
"module": "Node16",
"target": "ESNext",
"strict": true,
"sourceMap": false,
Expand Down

0 comments on commit 713a811

Please sign in to comment.