1

I am using firebase functions. VScode doesn't show me errors and suggestions for .js files, but if I change the extension to .ts it works! I don't use TypeScript for my project.

Also, I use it alongside JavaScript for hosting and Intellisense works well!

I don't know, what's wrong?

starball
  • 20,030
  • 7
  • 43
  • 238
Valera Kvip
  • 334
  • 5
  • 14

1 Answers1

1

You need to set up a jsconfig.json file. For how to do so, see the following:

starball
  • 20,030
  • 7
  • 43
  • 238