3.0.1 • Published 11 months ago

@jarsec/tsconfig v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

TypeScript Configurations

This package includes 8 tsconfig.json files, broken out by platform and compilation mode.

Installation

npm install --save-dev @jarsec/tsconfig

Configurations

Select a configuration from the following table based on your project's context and build tooling, and add the associated extends line to your tsconfig.json.

PlatformProject TypeUses Bundler?Configuration
NodeApplicationNo"extends": "@jarsec/tsconfig/node"
NodeLibraryNo"extends": "@jarsec/tsconfig/node/lib"
NodeLibrary (in monorepo)No"extends": "@jarsec/tsconfig/node/lib-monorepo"
NodeAnyYes"extends": "@jarsec/tsconfig/bundler/node"
WebApplicationNo"extends": "@jarsec/tsconfig/web"
WebLibraryNo"extends": "@jarsec/tsconfig/web/lib"
WebLibrary (in monorepo)No"extends": "@jarsec/tsconfig/web/lib-monorepo"
WebAnyYes"extends": "@jarsec/bundler/web"
3.0.1

11 months ago

3.0.0

1 year ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago