https://github.com/crashmax-dev/tsconfig
✒ Here is my personal TypeScript config.
https://github.com/crashmax-dev/tsconfig
config tsconfig typescript
Last synced: about 1 year ago
JSON representation
✒ Here is my personal TypeScript config.
- Host: GitHub
- URL: https://github.com/crashmax-dev/tsconfig
- Owner: crashmax-dev
- License: mit
- Created: 2022-06-16T11:27:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T14:31:10.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:34:57.794Z (about 1 year ago)
- Topics: config, tsconfig, typescript
- Homepage: https://npm.im/@crashmax/tsconfig
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@crashmax/tsconfig`
> ✒ Here is my personal [TypeScript](https://www.typescriptlang.org) config.
## Install
```sh
npm install @crashmax/tsconfig -D
```
```sh
yarn add @crashmax/tsconfig -D
```
```sh
pnpm add @crashmax/tsconfig -D
```
## Usage
```json
// tsconfig.json
{
"extends": "@crashmax/tsconfig",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"src"
]
}
```