Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

no babel config file detected

/*for VS Code :
Adding the block to settings.json will solve this issue:
*/
"eslint.workingDirectories": [
        {"mode": "auto"}
 ],
/* 
To access settings.json file, click Ctrl+, or from, File > Preferences > Settings, 
then type eslint in the search bar, find Edit in settings.json in Options.
*/
 
PREVIOUS NEXT
Tagged: #babel #config #file #detected
ADD COMMENT
Topic
Name
7+1 =