@codecompose/typescript-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@codecompose/typescript-config", | ||
"description": "Reusable strict TypeScript configurations", | ||
"version": "1.0.0", | ||
"description": "Opinionated reusable TypeScript configurations", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Thijs Koerselman", |
# typescript-config | ||
Reusable strict Typescript configurations. | ||
Opinionated reusable Typescript configurations. | ||
It assumes: | ||
- A monorepo setup | ||
- You transpile using a bundler | ||
- Strict rules | ||
- src and dist directories | ||
- ~/ as path alias for src | ||
## Install | ||
pnpm i @codecompose/typescript-config | ||
## Usage | ||
```json | ||
{ | ||
"extends": "@codecompose/typescript-config/library.json" | ||
} | ||
``` | ||
## Available Configurations | ||
- base | ||
- library | ||
- react-library | ||
- service | ||
- nextjs |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4141
32