@sharyn/tsconfig
v1.0.1
Published
## Installation
Downloads
2
Readme
🌹 @sharyn/tsconfig
Installation
npm i --save-dev @sharyn/tsconfig
# or
yarn add --dev @sharyn/tsconfig
Usage
For client bundles, in tsconfig.json
, use:
{
"extends": "@sharyn/tsconfig"
}
For server bundkes, in tsconfig.json
, use:
{
"extends": "@sharyn/tsconfig/server"
}
If your editor complains, use @sharyn/tsconfig/tsconfig.json
or @sharyn/tsconfig/server/tsconfig.json
.
Options
Please have a look at the source code to see what the options are.