Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js intellisence not working

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

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6"
  },
  "exclude": ["node_modules"]
}
 
PREVIOUS NEXT
Tagged: #js #intellisence #working
ADD COMMENT
Topic
Name
3+2 =