@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
nonePackage Sidebar
Install
npm i @nolanrigo/tsconfig
Weekly Downloads