Skip to content
Discussion options

You must be logged in to vote

I've fairly sure that Npm should only be needed for the automatic type acquisition. I say "fairly" because that's functionality that's embedded into the typescript itself and I'm not bothered to check its code base.

Automatic type acquisition is not an essential feature and it's fine to run without it (I personally do that myself). Just make sure that your project explicitly includes all needed @types/*.

You can even disable the additional process dedicated for it by passing a disableAutomaticTypingAcquisition: true option to the server. That should get rid of the warning also.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MakotoE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #701 on March 14, 2023 08:06.