Skip to content

Commit

Permalink
Support TypeScript 5
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Apr 3, 2024
1 parent e567dbf commit c448bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Filter/TypeScriptFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function filterLoad(AssetInterface $asset)
{
$args = [
'{INPUT}',
'--out',
'--outFile',
'{OUTPUT}'
];

Expand Down

0 comments on commit c448bb4

Please sign in to comment.