Created
April 9, 2020 01:57
-
-
Save SaifRehman/5ed8d0d76d6c160b6eddf70c49c7176a 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
{ | |
"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