Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(tsconfig): change moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed May 28, 2022
1 parent 77ad007 commit 383bb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "node",
"lib": ["ES2021"],
"strict": true,
"outDir": "dist",
Expand Down

0 comments on commit 383bb62

Please sign in to comment.