Skip to content

Commit

Permalink
Add a moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger authored Aug 31, 2023
1 parent ee0ed18 commit 4d0bc10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"isolatedModules": true,
"lib": [ "es2015", "dom" ]
"lib": [ "es2015", "dom" ],
"moduleResolution": "node"
}
}

0 comments on commit 4d0bc10

Please sign in to comment.