Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

auto import vscode not working

//create a file with name jsconfig.json in your project
{
    "compilerOptions": {
      "module": "commonjs",
      "target": "es6"
    },
    "exclude": ["node_modules"]
}
 
PREVIOUS NEXT
Tagged: #auto #import #vscode #working
ADD COMMENT
Topic
Name
7+8 =