Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript intellisense not working in vs code

// create jsconfig.json on your project folder and paste this code

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6"
  },
  "exclude": ["node_modules"]
}
Source by code.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #javascript #intellisense #working #code
ADD COMMENT
Topic
Name
9+3 =