Skip to content

Commit 9f71aea

Browse files
committed
fix buildmode default in docs
1 parent 4b3d05e commit 9f71aea

2 files changed

Lines changed: 725 additions & 314 deletions

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can use our [VS Code extension](editor-support.md) or manually specify the J
2525

2626
| Option | Values | Description |
2727
| -------------------------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
28-
| `buildMode` | `"default"`, `"library"` (default: `"library"`) | Use `buildMode: "library"` to build [publishable library packages](publishing-modules.md). |
28+
| `buildMode` | `"default"`, `"library"` (default: `"default"`) | Use `buildMode: "library"` to build [publishable library packages](publishing-modules.md). |
2929
| `extension` | File extension (default: `".lua"`) | Extension of emitted lua files. |
3030
| `luaTarget` | `"JIT"`, `"5.4"`, `"5.3"`, `"5.2"`, `"5.1"`, `"universal"`, `"5.0"`, `"Luau"` (default: `"universal"`) | Specifies the Lua version you want to generate code for. Choosing `universal` makes TypeScriptToLua generate code compatible with all supported Lua targets, except for Lua 5.0, which features an unique syntax not compatible with that of the other targets. |
3131
| `noImplicitGlobalVariables` | `true`, `false` (default: `false`) | If true, always makes root level function and variable declarations local, even if not in a module (would be global in TypeScript). |

0 commit comments

Comments
 (0)