Skip to content

Commit

Permalink
Update waspc/src/Wasp/ExternalConfig/TsConfig.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Šošić <[email protected]>
  • Loading branch information
infomiho and Martinsos authored Sep 25, 2024
1 parent b2594ce commit 5db75db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waspc/src/Wasp/ExternalConfig/TsConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ validateTsConfig tsConfig =

compilerOptionsFields = compilerOptions tsConfig

-- | Used to show expected values in error messages.
-- | Haskell type that implements ShowJS is a type whose values can be mapped to Javascript values (their string representation).
class ShowJs a where
showJs :: a -> String

Expand Down

0 comments on commit 5db75db

Please sign in to comment.