@theholocron/tsconfig
v7.6.1
Published
TypeScript base configurations for theholocron projects.
Maintainers
Readme
TypeScript Config
A TypeScript configuration for writing typed JavaScript.
Installation
npm install --save-dev @theholocron/tsconfigUsage
In your project tsconfig.json, extend one of the two base configurations:
Next.js
{
"extends": "@theholocron/tsconfig/nextjs"
}Node LTS
Targets the current Node LTS feature set. All theholocron projects use this:
{
"extends": "@theholocron/tsconfig/node-lts"
}