Answers for "auto import vscode not working"

-1

auto import vscode not working

//create a file with name jsconfig.json in your project
{
    "compilerOptions": {
      "module": "commonjs",
      "target": "es6"
    },
    "exclude": ["node_modules"]
}
Posted by: Guest on June-12-2021

Code answers related to "auto import vscode not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language