1.0.1 • Published 2 years ago

@themagician/tsconfig-jest v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tsconfig-jest

the magician tsconfig-jest banner

repo, npm

A base tsconfig configuration for jest that you can override.

Usage:

Install the package:

npm install @themagician/tsconfig-base -D
yarn add @themagician/tsconfig-base -D
pnpm add @themagician/tsconfig-base -D

Then extend it in your tsconfig.json

{
  "extends": "@themagician/tsconfig-jest/tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "strict": true
  }
}

tsconfig-jest configuration

{
  // TODO: Implement
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@themagician/tsconfig-base"
}

Other packages