Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarab42/typescript-config
My shared TypeScript config
https://github.com/skarab42/typescript-config
config strict tsconfig typescript
Last synced: 15 days ago
JSON representation
My shared TypeScript config
- Host: GitHub
- URL: https://github.com/skarab42/typescript-config
- Owner: skarab42
- License: mit
- Created: 2022-07-28T14:13:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:49:57.000Z (4 months ago)
- Last Synced: 2024-10-02T02:26:21.374Z (about 1 month ago)
- Topics: config, strict, tsconfig, typescript
- Homepage: https://www.npmjs.com/package/@skarab/typescript-config
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# My shared TypeScript config
## Installation
```bash
pnpm add -D typescript @skarab/typescript-config
```## Usage
Add `@skarab/typescript-config` to the extends section of your TypeScript configuration file.
```json
{
"extends": "@skarab/typescript-config",
"compilerOptions": {
"outDir": "build",
"noEmit": false // true by default
}
}
```# My other shared configurations
- [@skarab/eslint-config](https://github.com/skarab42/eslint-config)
- [@skarab/prettier-config](https://github.com/skarab42/prettier-config)