Created
July 16, 2020 13:03
-
-
Save ldd/1cad230f99ffa38814abdb5e78a8898b to your computer and use it in GitHub Desktop.
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
// create-react-app typescript WSL | |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "chrome", | |
"request": "launch", | |
"name": "Launch Chrome", | |
"url": "http://localhost:3000", | |
"webRoot": "${workspaceRoot}/src", | |
"sourceMapPathOverrides": { | |
"/mnt/c/*": "C:/*", | |
"webpack:///./src/*": "${webRoot}/*" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment