0.3.3 • Published 1 year ago

@tabula/typescript-config v0.3.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@tabula/typescript-config

This package provides ESLint configurators as shared configs.

Installation

Use the package manager pnpm to install @tabula/typescript-config.

pnpm add @tabula/typescript-config --save-dev

You can use npm or yarn too.

Usage

The package provides tsconfig.browser.json and tsconfig.node.json presets.

Add an tsconfig.json configuration file to the root of your project for browser:

{
  "extends": "@tabula/typescript-config/tsconfig.browser.json",

  "include": ["src/**/*"]
}

or for Node.js:

{
  "extends": "@tabula/typescript-config/tsconfig.node.json",

  "include": ["src/**/*"]
}

The configuration for browser also includes typings for CSS and CSS Modules, static files and SVG files with SVGR support.

License

This project is ISC licensed.

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago