Created
November 23, 2021 13:34
-
-
Save alex-boom/ef5f9e8d0d48029f1d5adb9350d88b0a to your computer and use it in GitHub Desktop.
absolute paths Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// подключение абсолютных путей для 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