1.0.2 • Published 3 years ago

@nolanrigo/tsconfig v1.0.2

Weekly downloads
1
License
-
Repository
github
Last release
3 years ago

@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"]
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago