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
- 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 (over 2 years ago)
- Last Synced: 2024-04-23T18:59:47.828Z (over 1 year 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