2.4.3 • Published 9 months ago

@jterrazz/typescript v2.4.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Package Typescript

This package provides a consistent TypeScript configuration for projects. It includes two commands: ts-compiler and ts-runner.

Installation

Install the package globally or locally:

npm install @jterrazz/typescript

Usage

TypeScript Configuration

Use the provided tsconfig.json in your project:

// tsconfig.json
{
  extends: '@jterrazz/typescript/tsconfig/node-esm',
  compilerOptions: {
    // Your custom compiler options here
  },
}

Commands

  • ts-compiler: Compile TypeScript files.
  • ts-runner: Execute TypeScript files.

Implementation Details

  • The package reads directly from the tsconfig.json file, keeping the implementation details hidden.
  • Consumers don't need to worry about the underlying scripts.

Happy coding!

2.4.3

9 months ago

2.4.2

9 months ago

2.4.1

10 months ago

2.4.0

10 months ago

2.3.5

10 months ago

2.3.4

10 months ago

2.3.3

10 months ago

2.3.2

10 months ago

2.3.1

10 months ago

2.2.0

10 months ago

2.0.6

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.9.6

12 months ago

1.9.5

12 months ago

1.9.4

12 months ago

1.9.3

12 months ago

1.9.2

12 months ago

1.9.1

12 months ago