1.2.1 • Published 7 months ago

@ascen/corus-tsconfig v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

1.2.1

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago