Replies: 1 comment 4 replies
-
Huh, I guess that makes sense... You could also tell TypeScript not to type check declaration files that aren't directly used by your code with the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help with configuring
tsc
correctly. What options should I set formodule
andmoduleResolution
options?I'm getting the below error pertaining to the
typedoc
command:I have verified that
node_modules/@gerrit0/mini-shiki
folder exists. How can I resolve the above error? I'm using this tsconfig.json file.Beta Was this translation helpful? Give feedback.
All reactions