0.1.1 • Published 1 year ago

@overdose/tsconfig v0.1.1

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

tsconfig

This package contains base tsconfig.jsons from which all other tsconfig.jsons inherit from.

Usage

yarn add @overdose/tsconfig -D

tsconfig.json:

{
  "extends": "@overdose/tsconfig/base.json",
  "compilerOptions": {

    // Additional compiler options

  }
}

Optionally, if you want to use the tsconfig.json for a React app, you can extend from @overdose/tsconfig/nextjs.json instead.

{
  "extends": "@overdose/tsconfig/nextjs.json",
  "compilerOptions": {

    // Additional compiler options

  }
}
0.1.1

1 year ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago