diff options
Diffstat (limited to 'docs/api/transpiler.md')
-rw-r--r-- | docs/api/transpiler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/transpiler.md b/docs/api/transpiler.md index 09e28ba0d..bfe0b5ee9 100644 --- a/docs/api/transpiler.md +++ b/docs/api/transpiler.md @@ -195,7 +195,7 @@ interface TranspilerOptions { // Default platform to target // This affects how import and/or require is used - platform?: "browser" | "bun" | "macro" | "node", + target?: "browser" | "bun" | "node", // Specify a tsconfig.json file as stringified JSON or an object // Use this to set a custom JSX factory, fragment, or import source |