https://github.com/silverwind/typescript-config-silverwind
https://github.com/silverwind/typescript-config-silverwind
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/silverwind/typescript-config-silverwind
- Owner: silverwind
- License: bsd-2-clause
- Created: 2024-02-12T12:24:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T12:16:51.000Z (about 1 year ago)
- Last Synced: 2025-03-27T13:26:29.155Z (about 1 year ago)
- Language: Makefile
- Size: 370 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-config-silverwind [](https://www.npmjs.org/package/typescript-config-silverwind) [](https://raw.githubusercontent.com/silverwind/typescript-config-silverwind/master/LICENSE)
## Installation
```
npm i typescript-config-silverwind
```
## Usage
In your `tsconfig.json`:
```yaml
{
"extends": "typescript-config-silverwind",
"include": [
"**/*",
"**/.*",
"**/.*/**/*",
"**/.*/**/.*"
]
}
```
© [silverwind](https://github.com/silverwind), distributed under BSD licence.