1.0.0 • Published 1 year ago

@jesusdpp96/ultra-tsconfig v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@jesusdpp96/ultra-tsconfig-test

Shared TypeScript configuration for consistent project setup.

Installation

npm install --save-dev @jesusdpp96/ultra-tsconfig-test typescript@5.4.5

Usage

In your project's tsconfig.json:

{
  "extends": "ultra-tsconfig",
  "compilerOptions": {
    "outDir": "./my-custom-dist"
  }
}

Configuration Details

Provides a base TypeScript configuration with:

  • ESNext target
  • CommonJS module
  • Strict type checking
  • Declaration and source map generation
  • Decorator support
  • Node module resolution
1.0.0

1 year ago