1.1.0 • Published 2 years ago

tsconfig-beemo v1.1.0

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

tsconfig-beemo

Build Status npm version npm deps

Pre-packaged and modern TypeScript tsconfig.jsons. Each config assumes that TypeScript will only be used as a type checker and not a compiler.

yarn install --dev tsconfig-beemo

Setup

Extend the config from your root tsconfig.json.

{
	"extends": "tsconfig-beemo/tsconfig.json",
	"include": ["src/**/*"]
}

Configs only define compilerOptions and not include, exclude, references, etc.

Features

  • First-class support for ECMAScript modules and their syntax.
    • Supports synthetic default exports.
    • Enables ES interoperability and isolation.
    • Enables the esnext lib.
    • Targets es2022 (since we only type check).
  • Supports project references through the tsconfig.workspaces.json config.
    • Enables declaration emitting.
  • Supports React through the tsconfig.react.json config.
    • Enables the dom lib.
    • Sets JSX transform to react.
  • Strict and performant by default (of course).
  • Does not check JavaScript files.
1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1-alpha.0

3 years ago