@miorso/tsconfig
v1.0.8
Published
Shared TypeScript configuration
Readme
@miorso/tsconfig
This package contains a shared reusable TypeScript configuration.
⚠️ Requires TypeScript 5.1 or later
Install
npm install --save-dev @miorso/tsconfigUsage
Create a tsconfig.json file in your project and extend the appropriate configuration:
For an Application
{
"extends": "@miorso/tsconfig/app"
}For a Library Module
{
"extends": "@miorso/tsconfig/library"
}For a Base Configuration
{
"extends": "@miorso/tsconfig/base"
}