@studio/tsconfig
Version:
The JavaScript Studio sharable tsconfig
26 lines (16 loc) • 416 B
Markdown
> Using the TypeScript compiler with JSDoc
This configuration is supposed to be used with [`@studio/eslint-config`][1].
`tsconfig.json`
```json
{
"extends": "@studio/tsconfig",
"include": ["**/*.js"],
"exclude": ["node_modules"]
}
```
MIT
<div align="center">Made with ❤️ on 🌍</div>
[]: https://github.com/javascript-studio/eslint-config