Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created November 23, 2021 13:34
Show Gist options
  • Save alex-boom/ef5f9e8d0d48029f1d5adb9350d88b0a to your computer and use it in GitHub Desktop.
Save alex-boom/ef5f9e8d0d48029f1d5adb9350d88b0a to your computer and use it in GitHub Desktop.
absolute paths Visual Studio Code
// подключение абсолютных путей для Visual Studio Code. Файл jsconfig.json создать и положить в корень проекта
{
"compilerOptions": {
"baseUrl": "./src"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment