https://github.com/cycraft/tsconfig
Modern ESM base tsconfig to extend from
https://github.com/cycraft/tsconfig
Last synced: 6 months ago
JSON representation
Modern ESM base tsconfig to extend from
- Host: GitHub
- URL: https://github.com/cycraft/tsconfig
- Owner: CyCraft
- Created: 2024-05-02T12:30:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T00:46:17.000Z (about 2 years ago)
- Last Synced: 2024-06-10T10:46:50.443Z (about 2 years ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsconfig
> Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for my projects
## Install
```sh
npm i -D @cycraft/tsconfig
```
*This config requires TypeScript 5 or later.*
## Usage
`tsconfig.json`
```json
{
"extends": "@cycraft/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}
```