We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a21c1 commit c13134eCopy full SHA for c13134e
README.md
@@ -8,6 +8,11 @@ This bundle allows you to compile TypeScript and use it with Symfony's AssetMapp
8
- Adds a ``typescript:build`` command to compile your typescript files
9
- Automatically compiles your typescript files when you run ``asset-map:compile`` command
10
11
+## Installation
12
+```bash
13
+composer require sensiolabs/typescript-bundle
14
+```
15
+
16
## Documentation
17
18
Read the documentation at: [doc/index.md](doc/index.rst)
0 commit comments