0.3.2 • Published 28 days ago

@tabula/typescript-config v0.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
28 days 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.2

28 days ago

0.3.1

2 months ago

0.3.0

5 months ago

0.2.1

5 months ago

0.2.0

6 months ago

0.1.1

7 months ago

0.1.0

9 months ago

0.0.1

9 months ago

0.0.0

11 months ago