Skip to content

Instantly share code, notes, and snippets.

@xonlly
Created September 7, 2017 14:09
Show Gist options
  • Save xonlly/d966f730515982c68a9e80a5bf9fba66 to your computer and use it in GitHub Desktop.
Save xonlly/d966f730515982c68a9e80a5bf9fba66 to your computer and use it in GitHub Desktop.
jsconfig for react jsx project
{
"compilerOptions": {
"jsx": "react",
// This must be specified if "paths" is set
"baseUrl": ".",
// Relative to "baseUrl"
"paths": {
// exemple: "*": ["*", "web_modules/*", "web_modules/shared/*", "test/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment