@nolanrigo/tsconfig
v1.0.2
Published
## Installation
Downloads
5
Readme
@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"]
}