A collection of base TSConfigs for various types of projects.
If I should maintain this repo, please ⭐️
DM me on Twitter if you have questions or suggestions.
In your tsconfig.json file:
{
"extends": "@autossey/tsconfig/bun"
}{
"extends": "@autossey/tsconfig/dom"
}{
"extends": "@autossey/tsconfig/next"
}{
"extends": "@autossey/tsconfig/node"
}{
"extends": "@autossey/tsconfig/node-18"
}{
"extends": "@autossey/tsconfig/node-18-cjs"
}- @types/node: TypeScript definitions for Node.js
- bun-types: Type definitions for Bun, an incredibly fast JavaScript runtime
- jsonlint: Validate JSON
MIT - The MIT License