1.1.0 • Published 3 years ago
@itiden/tsconfig v1.1.0
@itiden/tsconfig
Base configuration for TypeScript projects.
Installation
yarn add -D @itiden/tsconfigExtend your tsconfig.json with the following:
{
"extends": "@itiden/tsconfig"
}React
When using React, you should use the react config which is already extending the base configuration.
{
"extends": "@itiden/tsconfig/react.json"
}During development you can also use this
{
"extends": "@itiden/tsconfig/react.dev.json"
}