@eternagame/tsconfig

1.1.1 • Public • Published

@eternagame/tsconfig

Opinionated TypeScript configurations

Add one of the available configurations to your tsconfig.json:

  • Base configuration (runtime-agnostic)
    "extends": "@eternagame/tsconfig/tsconfig.json"
  • Configuration for Node environment
    "extends": "@eternagame/tsconfig/tsconfig.node.json"
  • Configuration for browser environment
    "extends": "@eternagame/tsconfig/tsconfig.web.json"
  • Configuration for jest when used in a runtime-agnostic environment
    "extends": "@eternagame/tsconfig/tsconfig.jest.json"
  • Configuration for jest when used with a Node environment
    "extends": "@eternagame/tsconfig/tsconfig.jest-node.json"
  • Configuration for jest when used with a browser environment
    "extends": "@eternagame/tsconfig/tsconfig.jest-web.json"

Readme

Keywords

none

Package Sidebar

Install

npm i @eternagame/tsconfig

Weekly Downloads

4

Version

1.1.1

License

BSD-3-Clause

Unpacked Size

6.43 kB

Total Files

9

Last publish

Collaborators

  • eterna-infra
  • tkaragianes
  • luxaritas