Created
July 10, 2020 10:25
-
-
Save dkgrieshammer/fdb18518014aa0e683d5855e278ddba5 to your computer and use it in GitHub Desktop.
jsconfig.json to intellij absolute paths for vscode
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
{ | |
"compilerOptions": { | |
"baseUrl": "src", | |
"paths": { | |
//Assuming your components/utilities live in ./src | |
//Update this path as necessary | |
"@Components/*": ["./src/Components/*"] | |
} | |
}, | |
"include": ["src/**/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment