Skip to content

Commit d2c270a

Browse files
committed
fix: language type
1 parent dd03874 commit d2c270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/json-to-ts/json-to-ts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const rules: UseValidationRule<string>[] = [
2525
input-label="Your JSON"
2626
input-placeholder="Paste your JSON here..."
2727
output-label="TS from your JSON"
28-
output-language="toml"
28+
output-language="ts"
2929
:input-validation-rules="rules"
3030
:transformer="transformer"
3131
/>

0 commit comments

Comments
 (0)