An open API service indexing awesome lists of open source software.

https://github.com/javascript-studio/tsconfig

The JavaScript Studio sharable tsconfig
https://github.com/javascript-studio/tsconfig

Last synced: 4 months ago
JSON representation

The JavaScript Studio sharable tsconfig

Awesome Lists containing this project

README

          

# 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

Made with ❤️ on 🌍

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