https://github.com/block-core/tsconfig
Shared TypeScript config for Blockcore projects
https://github.com/block-core/tsconfig
Last synced: 3 months ago
JSON representation
Shared TypeScript config for Blockcore projects
- Host: GitHub
- URL: https://github.com/block-core/tsconfig
- Owner: block-core
- License: mit
- Created: 2022-07-20T16:57:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T17:15:44.000Z (almost 4 years ago)
- Last Synced: 2025-10-07T18:38:20.792Z (8 months ago)
- Homepage: https://www.npmjs.com/package/@blockcore/tsconfig
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
Shared TypeScript config for Blockcore projects
## Install
```sh
npm install --save-dev @blockcore/tsconfig
```
## Usage
`tsconfig.json`
```json
{
"extends": "@blockcore/tsconfig",
"compilerOptions": {
"target": "ES2015"
}
}