@baltpeter/tsconfig

3.0.0 • Public • Published

@baltpeter/tsconfig

The TypeScript configs I use for my projects.

This package contains the TypeScript configs I use for my projects. You probably don't want to use this unless you're working on a project with me.

Usage

Install TypeScript and this config:

yarn add --dev typescript @baltpeter/tsconfig

Then, create a tsconfig.json file like this:

{
    "extends": "@baltpeter/tsconfig",
    "include": ["src/**/*"]
}

Make sure to adapt the include property if necessary.

Instead of the default config, you can also use one of the following configs:

  • @baltpeter/tsconfig/tsconfig.node.json for Node.js projects
  • @baltpeter/tsconfig/tsconfig.preact.json for Preact projects

Readme

Keywords

Package Sidebar

Install

npm i @baltpeter/tsconfig

Weekly Downloads

12

Version

3.0.0

License

CC0-1.0

Unpacked Size

9.54 kB

Total Files

7

Last publish

Collaborators

  • baltpeter