link-ts-jest

0.0.1 • Public • Published

link-ts-jest

npm install link-ts-jest
# and then in your node project
link-ts-jest

link the npm global deps, without the wait to install @types/jest, ts-jest, jest, ts-node, typescript etc.

it also add the default to package.json

{
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i link-ts-jest

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • sliv