@socheatsok78/tsconfig
v0.2.0
Published
Shared TypeScript config for my @socheatsok78
Readme
tsconfig
Shared TypeScript config for @socheatsok78
What is a tsconfig.json
Install
yarn add -D @socheatsok78/tsconfigUsage
// tsconfig.json
{
"extends": "@socheatsok78/tsconfig/tsconfig.json",
"compilerOptions": {
...
}
}