@facile-it/tsconfig
Shared TypeScript config for facile.it projects
Installation
npm install -D @facile-it/tsconfig
tsconfig common
Add to your tsconfig.json
:
"extends": "@facile-it/tsconfig/tsconfig.json"
tsconfig React.js
Add to your tsconfig.json
:
"extends": "@facile-it/tsconfig/tsconfig-react.json"
tsconfig Next.js
Add to your tsconfig.json
:
"extends": "@facile-it/tsconfig/tsconfig-next.json"
tsconfig Nest.js
Add to your tsconfig.json
:
"extends": "@facile-it/tsconfig/tsconfig-nest.json"