Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apify/apify-tsconfig
TypeScript configuration shared across projects in Apify.
https://github.com/apify/apify-tsconfig
Last synced: 21 days ago
JSON representation
TypeScript configuration shared across projects in Apify.
- Host: GitHub
- URL: https://github.com/apify/apify-tsconfig
- Owner: apify
- License: apache-2.0
- Created: 2021-08-12T13:51:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T12:54:49.000Z (over 2 years ago)
- Last Synced: 2024-12-24T22:36:36.064Z (24 days ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Usage
## Install
```bash
npm install --save-dev typescript @apify/tsconfig
```## Create `tsconfig.json`
Create `tsconfig.json` file in the root of the project and add:
```
{
"extends": "@apify/tsconfig"
}
```List of all options https://www.typescriptlang.org/tsconfig