1.1.3 • Published 9 months ago
@ecubelabs/tsconfig v1.1.3
Install
npm i @ecubelabs/tsconfigUsage
Node 22 tsconfig.json
Add to your tsconfig.json
This tsconfig requires typescript>=5.7
"extends": "@ecubelabs/tsconfig/node22.json"Node 20 tsconfig.json
Add to your tsconfig.json
This tsconfig requires typescript>=5
"extends": "@ecubelabs/tsconfig/node20.json"Node 18 tsconfig.json
Add to your tsconfig.json
"extends": "@ecubelabs/tsconfig/node18.json"Node 16 tsconfig.json
Add to your tsconfig.json
"extends": "@ecubelabs/tsconfig/node16.json"Node 14 tsconfig.json
Add to your tsconfig.json
"extends": "@ecubelabs/tsconfig/node14.json"Node 12 tsconfig.json
Add to your tsconfig.json
"extends": "@ecubelabs/tsconfig/node12.json"Node 10 tsconfig.json
Add to your tsconfig.json
"extends": "@ecubelabs/tsconfig/node10.json"