https://github.com/dammy001/tsconfig
https://github.com/dammy001/tsconfig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammy001/tsconfig
- Owner: dammy001
- Created: 2022-02-17T22:14:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:14:24.000Z (about 1 year ago)
- Last Synced: 2024-05-03T04:01:33.801Z (about 1 year ago)
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### @damilaredev/tsconfig
TSConfigs for Vue projects to extend.
Requires TypeScript >= 4.5.
Install:
```bash
npm i -D @damilaredev/tsconfig//or
yarn add -D @damilaredev/tsconfig//or
pnpm add -D @damilaredev/tsconfig
```Add one of the available configurations to your tsconfig.json:
```
"extends": "@damilaredev/tsconfig/tsconfig.json"
```#### For React
```
"extends": "@damilaredev/tsconfig/tsconfig.react.json"
```#### For Web
```
"extends": "@damilaredev/tsconfig/tsconfig.web.json"
```#### For Node
```
"extends": "@damilaredev/tsconfig/tsconfig.node.json"
```