Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diplodoc-platform/tsconfig
diplodoc TypeScript config
https://github.com/diplodoc-platform/tsconfig
Last synced: about 2 months ago
JSON representation
diplodoc TypeScript config
- Host: GitHub
- URL: https://github.com/diplodoc-platform/tsconfig
- Owner: diplodoc-platform
- Created: 2023-10-11T16:27:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-13T14:53:26.000Z (10 months ago)
- Last Synced: 2024-11-07T06:46:53.212Z (about 2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @diplodoc/tsconfig
## Install
```
npm install --save-dev @diplodoc/tsconfig
```## Usage
Add `tsconfig.json` file in the project root with the following content:```json
{
"extends": "@diplodoc/tsconfig/tsconfig.json"
}
```