1.0.1 • Published 3 years ago
@themagician/tsconfig-jest v1.0.1
tsconfig-jest

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 -DThen 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"
}