1.7.0 • Published 1 year ago

@jterrazz/package-typescript v1.7.0

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

Package Typescript

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

Installation

Install the package globally or locally:

npm install @jterrazz/package-typescript

Usage

TypeScript Configuration

Use the provided tsconfig.json in your project:

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

Commands

  • swc-compiler: Compile TypeScript files using SWC.
  • swc-runner: Execute TypeScript files using SWC.

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!

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.1

1 year ago

1.0.0

1 year ago