https://github.com/naturalclar/tsconfig
Shared tsconfig for my repos
https://github.com/naturalclar/tsconfig
Last synced: 5 months ago
JSON representation
Shared tsconfig for my repos
- Host: GitHub
- URL: https://github.com/naturalclar/tsconfig
- Owner: Naturalclar
- Created: 2019-07-25T05:33:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T06:21:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T09:27:09.604Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsconfig
Base Typescript config for my projects
## Usage
First, install the package
```
yarn add -D @naturalclar/tsconfig
```
Then, in your project directory, make a new `tsconfig.json`
```json
{
"extends": "@naturalclar/tsconfig",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
}
}
```
## License
MIT