@net.christianto/tsconfig
v0.1.3
Published
TSConfig for TypeScript
Downloads
2
Readme
@net.christianto/tsconfig
TSConfig for TypeScript.
Available Configurations
tsconfig.common.jsonGeneral use configuration.
Installation
Manual Install
pnpm add -D @net.christianto/tsconfigthen create a tsconfig.json file with the following content:
{
"extends": "@net.christianto/tsconfig/src/tsconfig.common.json"
}Using chez14's Initializer
pnpx @net.christianto/cs init --tsSee more documentations on Initializer.
