@apify/tsconfig
Version:
TypeScript configuration shared across projects in Apify.
20 lines (13 loc) • 283 B
Markdown
# 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