Skip to content

Commit

Permalink
Fix module resolution after TS upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jliuhtonen committed Apr 20, 2024
1 parent 753cda7 commit dafe143
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 @@ -3,9 +3,9 @@
"incremental": true,
"target": "es2020",
"lib": ["esnext"],
"module": "esnext",
"module": "NodeNext",
"rootDir": "./src",
"moduleResolution": "nodenext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit dafe143

Please sign in to comment.