Answers for "node.js for vscode"

1

new node js project vs code

npm install -g express-generator
Posted by: Guest on August-06-2020
0

type checking js vscode

//type checking all js files (vscode)  

//in settings.json:
 "javascript.implicitProjectConfig.checkJs": true

//also gives you ability to enable TypeScript features like auto-import on save
Posted by: Guest on November-11-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language