Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript auto complete not working

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

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6"
  },
  "exclude": ["node_modules"]
}
 
PREVIOUS NEXT
Tagged: #javascript #auto #complete #working
ADD COMMENT
Topic
Name
5+6 =