https://github.com/jwygithub/tsconfig
a base tsconfig.json
https://github.com/jwygithub/tsconfig
tsconfig
Last synced: 4 months ago
JSON representation
a base tsconfig.json
- Host: GitHub
- URL: https://github.com/jwygithub/tsconfig
- Owner: jwyGithub
- License: mit
- Created: 2023-03-31T02:42:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T02:55:12.000Z (about 2 years ago)
- Last Synced: 2025-06-03T23:11:57.303Z (about 1 year ago)
- Topics: tsconfig
- Homepage: https://www.npmjs.com/package/@jiangweiye/tsconfig
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @janone/tsconfig
#### janone tsconfig
### install
#### with pnpm
```sh
pnpm add @janone/tsconfig -D
```
#### with yarn
```sh
yarn add @janone/tsconfig -D
```
#### with npm
```sh
npm install @janone/tsconfig -D
```
### use
> `base`
```json
{
"extends": "@janone/tsconfig/tsconfig.base.json"
// ...
}
```
> `node`
```json
{
"extends": "@janone/tsconfig/tsconfig.node.json"
// ...
}
```
> `vue`
```json
{
"extends": "@janone/tsconfig/tsconfig.vue.json"
// ...
}
```
> `react`
```json
{
"extends": "@janone/tsconfig/tsconfig.react.json"
// ...
}
```