@kcuf/ts-config
v0.1.0
Published
Shareable tsconfig.
Downloads
111
Readme
@kcuf/ts-config
Shareable tsconfig for package development.
Install
pnpm add -D @kcuf/ts-configUsage
In your tsconfig.json:
{
"extends": "@kcuf/ts-config/index.json",
"include": [
"src"
]
}NOTE: include/exclude/files should always be set, see https://www.typescriptlang.org/tsconfig#extends.
