@kcuf/ts-config
v0.0.1
Published
Shareable tsconfig.
Downloads
3
Readme
@kcuf/ts-config
Shareable tsconfig for package development.
Install
pnpm add -D @kcuf/ts-config
Usage
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.