Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created March 20, 2018 02:36
Show Gist options
  • Save imeredith/ead0f7eab2ec9cd584fc29d39ee51672 to your computer and use it in GitHub Desktop.
Save imeredith/ead0f7eab2ec9cd584fc29d39ee51672 to your computer and use it in GitHub Desktop.
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.jsx?$": "babel-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"browserify": {
"extensions": [
".js",
".es6",
".jsx",
".hbs",
".ts",
".tsx"
],
"plugin": [
[
"tsify"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment