0.2.0 • Published 4 months ago

@facile-it/tsconfig v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@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"
0.2.0

4 months ago

0.1.0

8 months ago

0.0.2

11 months ago