0.1.3 • Published 2 years ago

@kdujs/tsconfig v0.1.3

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

@kdujs/tsconfig

TSConfigs for Kdu projects to extend.

Requires TypeScript >= 4.5.

Install:

npm add -D @kdujs/tsconfig

Add one of the available configurations to your tsconfig.json:

The base configuration (runtime-agnostic):

"extends": "@kdujs/tsconfig/tsconfig.json"

Configuration for Browser environment:

"extends": "@kdujs/tsconfig/tsconfig.web.json"

Configuration for Node environment:

"extends": "@kdujs/tsconfig/tsconfig.node.json"