0.4.7 • Published 2 months ago

@vighnesh153/tsconfig v0.4.7

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

@vighnesh153/tsconfig

npm.io npm (scoped) GitHub GitHub issues

My preferred tsconfig for different types of projects

Installation

npm install -D @vighnesh153/tsconfig

Usage

Add the following to your tsconfig.json file

{
  "extends": "@vighnesh153/tsconfig/base.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}

Variants

You can use different variants of the configurations in different types of projects

  • Pure typescript project
{
  "extends": "@vighnesh153/tsconfig/base.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}
  • Pure Typescript library
{
  "extends": "@vighnesh153/tsconfig/typescript-library.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}
  • ReactJS typescript library
{
  "extends": "@vighnesh153/tsconfig/react-library.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}
  • NextJS typescript app
{
  "extends": "@vighnesh153/tsconfig/nextjs.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}
0.4.7

2 months ago

0.4.6

2 months ago

0.4.5-alpha03

12 months ago

0.4.5-alpha02

12 months ago

0.4.5-alpha04

11 months ago

0.4.0-alpha-05

1 year ago

0.4.0-alpha-06

1 year ago

0.4.1-alpha-01

1 year ago

0.4.0-alpha-07

1 year ago

0.4.0-alpha-01

1 year ago

0.4.0-alpha-02

1 year ago

0.4.0-alpha-03

1 year ago

0.4.4

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.0

1 year ago