@nolanrigo/tsconfig

1.0.2 • Public • Published

@nolanrigo/tsconfig

Installation

$ npm i -D @nolanrigo/tsconfig
OR
$ yarn add --dev @nolanrigo/tsconfig

tsconfig.json

Node.js (version 12.x.x)

{
  "extends": "@nolanrigo/tsconfig/nodejs/tsconfig.json",
  "compilerOptions": {
    // project specific options
    ...
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

React.js

{
  "extends": "@nolanrigo/tsconfig/react/tsconfig.json",
  "compilerOptions": {
    // project specific options
    ...
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nolanrigo/tsconfig

Weekly Downloads

7

Version

1.0.2

License

none

Unpacked Size

2.44 kB

Total Files

6

Last publish

Collaborators

  • nolanrigo