Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/configuration.md
Co-authored-by: Perry van Wesel <Perryvw@users.noreply.github.com>
  • Loading branch information
Zamiell and Perryvw authored Aug 14, 2025
commit c9a8aa324f9f777998d33d6a24e40fc98966f8f7
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Some options do not apply to TypeScriptToLua and are ignored:
- `outFile` - Use `luaBundle` instead.
- `importHelpers` / `noEmitHelpers` - Use `luaLibImport` instead.
- `target` - In normal TypeScript projects, this represents the JavaScript compilation target. TSTL users should always set this to `ESNext`, which allows your source code to use every [ECMAScript feature](https://github.com/sudheerj/ECMAScript-features).
- `module` - In normal TypeScript projects, this specifies the module system. TSTL users should omit this option, since it will default to `ES2015`. If TypeScript forces you to specify `module` because you want to bundle your declarations with `outFile`, consider using [API Extractor](https://api-extractor.com/) instead.
- `module` - In normal TypeScript projects, this specifies the module system. TSTL users should omit this option, since it will default to `ES2015`.

## Transformers

Expand Down