@ascen/corus-tsconfig
v1.2.1
Published
A Typescript configuration by ascen.
Downloads
7
Maintainers
Readme
tsconfig
Ascen's TypeScript Configuration Provider package is a powerful tool designed to streamline and enhance the TypeScript development process. This package offers a comprehensive solution for managing TypeScript project configurations effortlessly. By leveraging this package, developers can simplify their project setup, ensuring a consistent and efficient TypeScript environment. It provides a wide range of configuration options and presets, allowing developers to easily tailor settings to their project's specific needs. With robust TypeScript support, Ascen's Configuration Provider facilitates a smooth development workflow, improves code quality, and accelerates the delivery of reliable and maintainable TypeScript projects. It's a valuable asset for any TypeScript developer seeking productivity and consistency in their work.
Installation
- Using npm:
npm i --save-dev @ascen/corus-tsconfig
- Using yarn:
yarn add --dev @ascen/corus-tsconfig
- Using pnpm:
pnpm add --save-dev @ascen/corus-tsconfig
How to use:
{
"extends": "@ascen/corus-tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "./build"
}
// ... Other configuarations ... //
}
Replace into your tsconfig.json file.
A Typescript configuration provider package by ascen.