Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
fix: set moduleResolution to node
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 14, 2021
1 parent eda5ab5 commit c71f83a
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 @@ -13,6 +13,7 @@
"removeComments": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true
"noImplicitAny": true,
"moduleResolution": "node"
}
}

0 comments on commit c71f83a

Please sign in to comment.