Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 974 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 974 Bytes

Install

npm i @ecubelabs/tsconfig

Usage

Add to your tsconfig.json This tsconfig requires typescript>=5

"extends": "@ecubelabs/tsconfig/node20.json"

Add to your tsconfig.json

"extends": "@ecubelabs/tsconfig/node18.json"

Add to your tsconfig.json

"extends": "@ecubelabs/tsconfig/node16.json"

Add to your tsconfig.json

"extends": "@ecubelabs/tsconfig/node14.json"

Add to your tsconfig.json

"extends": "@ecubelabs/tsconfig/node12.json"

Add to your tsconfig.json

"extends": "@ecubelabs/tsconfig/node10.json"