Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created April 9, 2020 01:57
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 SaifRehman/5ed8d0d76d6c160b6eddf70c49c7176a to your computer and use it in GitHub Desktop.
Save SaifRehman/5ed8d0d76d6c160b6eddf70c49c7176a to your computer and use it in GitHub Desktop.
{
"name": "express-react-typescript",
"version": "1.0.0",
"description": "Typescript stack",
"main": "dist/bundle-be.js",
"author": "Saif ur Rehman",
"license": "MIT",
"scripts": {
"bundle": "webpack --hot",
"start": "node dist/bundle-be.js",
"test": "jest"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"devDependencies": {
},
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment