mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
fix: language type
This commit is contained in:
parent
dd03874556
commit
d2c270a65f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const rules: UseValidationRule<string>[] = [
|
|||
input-label="Your JSON"
|
||||
input-placeholder="Paste your JSON here..."
|
||||
output-label="TS from your JSON"
|
||||
output-language="toml"
|
||||
output-language="ts"
|
||||
:input-validation-rules="rules"
|
||||
:transformer="transformer"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue