1.1.1 • Published 10 months ago
@culur/config-typescript v1.1.1
@culur/config-typescript
Sharing tsconfig.json.
✨ Features
There are 3 configurations:
| File | Alias | Target | Module | Description |
|---|---|---|---|---|
tsconfig.base.json | base | - | - | Base configuration |
tsconfig.json | . | ES2021 | ESNext | Default configuration |
tsconfig.bun.json | bun | ESNext | ESNext | Configuration specific to bun (Suggested compilerOptions) |
💿 Installation
Add @culur/config-typescript dependency to your project.
# Using npm
npm install @culur/config-typescript --save-dev
# Using pnpm
pnpm install @culur/config-typescript --dev
# Using yarn
yarn add @culur/config-typescript --devOther packages:
- Use need to install
typescriptand@types/nodepackages in devDependencies.
🔌 Requirements
- Node.js >= 20
- TypeScript >= 5.1
📖 Usage
Add to your tsconfig.json:
{
"extends": "@culur/config-typescript",
}🗃️ Changelog
See CHANGELOG for more information on what has changed recently.
🔒 License
See LICENSE for license rights and limitations (MIT).