@elinzy/e-tsconfig
v0.2.0
Published
TypeScript configuration for e
Downloads
5
Readme
@elinzy/e-tsconfig
TypeScript configuration for e
Installation
npm install -D @elinzy/e-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"
}