# JavaScript Studio tsconfig.json

> Using the TypeScript compiler with JSDoc

This configuration is supposed to be used with [`@studio/eslint-config`][1].

## Usage:

`tsconfig.json`

```json
{
  "extends": "@studio/tsconfig",
  "include": ["**/*.js"],
  "exclude": ["node_modules"]
}
```

## License

MIT

<div align="center">Made with ❤️ on 🌍</div>

[1]: https://github.com/javascript-studio/eslint-config
