@4c/tsconfig
A set of shareable `tsconfig.json` for typescript projects
Last updated 7 years ago by monastic.panic .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @4c/tsconfig 
SYNC missed versions from official npm registry.

@4c/tsconfig

A set of shareable tsconfig.json for typescript projects

Install

yarn add @4c/tsconfig -D

Usage

base.json

A generic config meant to be extended for specific use-cases

{
  "extends": "@4c/tsconfig/base.json"
}

web.json

A set of defaults for DOM based projects.

{
  "extends": "@4c/tsconfig/web.json"
}

node.json

A set of defaults for Node.js based projects. Expects @types/node to be installed

{
  "extends": "@4c/tsconfig/node.json"
}

workspaces.json

The web config, but with an added plugin for resolution of yarn workspace projects in VSCode, so each package does not have to be built while developing for types.

{
  "extends": "@4c/tsconfig/workspaces.json"
}

Current Tags

  • 0.4.1                                ...           latest (4 years ago)

8 Versions

  • 0.4.1                                ...           4 years ago
  • 0.4.0                                ...           5 years ago
  • 0.3.1                                ...           6 years ago
  • 0.3.0                                ...           7 years ago
  • 0.2.0                                ...           7 years ago
  • 0.1.2                                ...           7 years ago
  • 0.1.1                                ...           7 years ago
  • 0.1.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |