@janone/tsconfig
v0.0.1
Published
janone development environment tsconfig configuration
Maintainers
Readme
@janone/tsconfig
janone tsconfig
install
with pnpm
pnpm add @janone/tsconfig -Dwith yarn
yarn add @janone/tsconfig -Dwith npm
npm install @janone/tsconfig -Duse
base
{
"extends": "@janone/tsconfig/tsconfig.base.json"
// ...
}
node
{
"extends": "@janone/tsconfig/tsconfig.node.json"
// ...
}
vue
{
"extends": "@janone/tsconfig/tsconfig.vue.json"
// ...
}
react
{
"extends": "@janone/tsconfig/tsconfig.react.json"
// ...
}