https://github.com/javascript-studio/tsconfig
The JavaScript Studio sharable tsconfig
https://github.com/javascript-studio/tsconfig
Last synced: 2 days ago
JSON representation
The JavaScript Studio sharable tsconfig
- Host: GitHub
- URL: https://github.com/javascript-studio/tsconfig
- Owner: javascript-studio
- License: mit
- Created: 2022-07-21T18:30:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T13:20:50.000Z (almost 3 years ago)
- Last Synced: 2025-08-23T06:15:06.603Z (6 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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