From 96e113f41c0dae1ccd58c6d1e3b6dd2c54769636 Mon Sep 17 00:00:00 2001 From: dave caruso Date: Sat, 29 Apr 2023 00:08:48 -0400 Subject: bundler tests: rest of default.test.ts and starting jsx tests (#2765) --- docs/api/transpiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') 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 -- cgit v1.2.3