Skip to content

Commit

Permalink
doc(types): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiry1 committed Dec 26, 2024
1 parent 3397257 commit c07af13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,12 +843,12 @@ export interface TransformConfig {
optimizer?: OptimizerConfig;

/**
* https://swc.rs/docs/configuring-swc.html#jsctransformlegacydecorator
* https://swc.rs/docs/configuration/compilation#jsctransformlegacydecorator
*/
legacyDecorator?: boolean;

/**
* https://swc.rs/docs/configuring-swc.html#jsctransformdecoratormetadata
* https://swc.rs/docs/configuration/compilation#jsctransformdecoratormetadata
*/
decoratorMetadata?: boolean;

Expand Down

0 comments on commit c07af13

Please sign in to comment.