Skip to content

Instantly share code, notes, and snippets.

@ldd
Created July 16, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldd/1cad230f99ffa38814abdb5e78a8898b to your computer and use it in GitHub Desktop.
Save ldd/1cad230f99ffa38814abdb5e78a8898b to your computer and use it in GitHub Desktop.
// 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