https://github.com/corellium/ts-config
Our very own TypeScript configuration!
https://github.com/corellium/ts-config
Last synced: about 1 month ago
JSON representation
Our very own TypeScript configuration!
- Host: GitHub
- URL: https://github.com/corellium/ts-config
- Owner: corellium
- Created: 2021-12-08T07:31:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T02:59:13.000Z (about 3 years ago)
- Last Synced: 2025-02-27T20:32:43.636Z (over 1 year ago)
- Language: Shell
- Size: 81.1 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# TypeScript Config Corellium
## Installation
Run the command below to install our TypeScript Config:
```sh
yarn add -D @corellium/ts-config
```
Also make sure to install the following peer dependencies:
```sh
yarn add -D typescript typescript-plugin-css-modules
```
## Usage
```json
{
"extends": "@corellium/ts-config/tsconfig.json"
}
```