1.0.2 • Published 4 years ago

@mhuffnagle/tsconfig-bases v1.0.2

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

tsconfig-bases

Base TypeScript configs to extend in a TypeScript app.

Based on tsconfig/bases

Install

npm install --save-dev @mhuffnagle/tsconfig-bases
yarn add --dev @mhuffnagle/tsconfig-bases

Available TypeScript Configs

Node 14

tsconfig-node14.json

Add to your tsconfig.json:

"extends": "@mhuffnagle/tsconfig-bases/tsconfig-node14.json"

Node 16

tsconfig-node16.json

Add to your tsconfig.json:

"extends": "@mhuffnagle/tsconfig-bases/tsconfig-node16.json"
1.0.2

4 years ago

1.0.1

4 years ago