@elinzy/tsconfig
v0.3.0
Published
TypeScript configuration for e
Downloads
33
Readme
@elinzy/tsconfig
TypeScript configuration for e
Installation
npm install -D @elinzy/tsconfig typescriptUsage
Create the following tsconfig.json file:
Base (Runtime-agnostic)
{
"extends": "@elinzy/tsconfig"
}or,
{
"extends": "@elinzy/tsconfig/tsconfig.json"
}Browser Environment
{
"extends": "@elinzy/tsconfig/tsconfig.dom.json"
}Lib
{
"extends": "@elinzy/tsconfig/tsconfig.lib.json"
}Recommended
{
"extends": "@elinzy/tsconfig/tsconfig.recommended.json"
}