0.0.4 • Published 2 years ago

@enochfe/tsconfig v0.0.4

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

@enochfe/tsconfig

Enoch typescriptlang TSConfigs.

Usage

Install:

$ pnpm add @enochfe/tsconfig -D

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

The base configuration (runtime-agnostic):

{
  "extends": "@enochfe/tsconfig/base.json"
  // ...
}

Configuration for Browser environment:

{
  "extends": "@enochfe/tsconfig/vue.json"
  // ...
}

Configuration for Node environment:

{
  "extends": "@enochfe/tsconfig/tsconfig.node.json"
  // ...
}
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago