sensiolabs/typescript-bundle

TypeScript support for Symfony + AssetMapper

v0.1.3 2024-02-20 10:03 UTC

This package is auto-updated.

Last update: 2024-04-10 08:23:16 UTC


README

This bundle allows you to compile TypeScript and use it with Symfony's AssetMapper Component (no Node required!).

  • Automatically downloads the correct SWC binary
  • Adds a typescript:build command to compile your typescript files
  • Automatically compiles your typescript files when you run asset-map:compile command

Installation

composer require sensiolabs/typescript-bundle

Documentation

Read the documentation at: doc/index.rst

Credits

This bundle was greatly inspired by the Sass Bundle from SymfonyCasts.

License

MIT License (MIT): see the License File for more details.