Skip to content

Commit 99a2382

Browse files
authored
docs: set jsx as preserve in tsconfig.json (#471)
1 parent dd2ff7f commit 99a2382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/typescript-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ A static type system can help prevent many potential runtime errors as applicati
1616
"module": "esnext",
1717
// this enables stricter inference for data properties on `this`
1818
"strict": true,
19+
"jsx": "preserve",
1920
"moduleResolution": "node"
2021
}
2122
}

0 commit comments

Comments
 (0)