@zitadel/tsconfig
v0.1.1
Published
This package provides the TypeScript configuration used by ZITADEL projects. It includes a set of rules and settings to ensure consistent TypeScript configuration across all ZITADEL codebases.
Downloads
6
Readme
ZITADEL TypeScript Config
This package provides the TypeScript configuration used by ZITADEL projects. It includes a set of rules and settings to ensure consistent TypeScript configuration across all ZITADEL codebases.
Installation
To install the package, use npm or yarn:
npm install @zitadel/tsconfigor
yarn add @zitadel/tsconfigUsage
To use the TypeScript configuration in your project, extend it in your tsconfig.json file:
{
"extends": "@zitadel/tsconfig/tsup.json"
}Documentation
For detailed documentation and configuration options, please refer to the TypeScript documentation.
Contributing
Contributions are welcome! Please read the contributing guidelines before getting started.
