@theholocron/tsconfig
v4.1.0
Published
A Typescript configuration for checking types within the Galaxy.
Readme
Typescript Config
A Typescript configuration for writing typed Javascript.
Installation
npm install --save-dev @theholocron/tsconfigUsage
In your projects tsconfig.json add the following:
{
"extends": "@theholcron/tsconfig/<config>/tsconfig.json"
}There are 4 different base configurations to choose from:
- NextJS (
@theholcron/tsconfig/nextjs/tsconfig.json) - Node 14 (
@theholcron/tsconfig/node14/tsconfig.json) - Node 18 (
@theholcron/tsconfig/node18/tsconfig.json) - Node Next (
@theholcron/tsconfig/node-next/tsconfig.json)
