diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index 795f3ac0dc..1ca8d6f8bb 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -16,6 +16,7 @@ A static type system can help prevent many potential runtime errors as applicati "module": "esnext", // this enables stricter inference for data properties on `this` "strict": true, + "jsx": "preserve", "moduleResolution": "node" } }