diff --git a/src/guide/typescript-support.md b/src/guide/typescript-support.md index c0b54bcf0..9a70c6b03 100644 --- a/src/guide/typescript-support.md +++ b/src/guide/typescript-support.md @@ -16,6 +16,7 @@ "module": "esnext", // 这样就可以对 `this` 上的数据属性进行更严格的推断` "strict": true, + "jsx": "preserve", "moduleResolution": "node" } }