Install the package using your preferred package manager:
# Using npm
npm install typescript @localazy/tsconfig --save-dev
# Using yarn
yarn add typescript @localazy/tsconfig --dev
# Using pnpm
pnpm add typescript @localazy/tsconfig --save-dev
In your tsconfig.json, extend the configuration:
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@localazy/tsconfig/tsconfig.library.json"
}
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@localazy/tsconfig/tsconfig.monorepo-library.json"
}
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@localazy/tsconfig/tsconfig.service.json"
}
This project is licensed under the MIT License.
See LICENSE for details.