Skip to content

Commit c9a8aa3

Browse files
ZamiellPerryvw
andauthored
Update docs/configuration.md
Co-authored-by: Perry van Wesel <Perryvw@users.noreply.github.com>
1 parent 13316b8 commit c9a8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some options do not apply to TypeScriptToLua and are ignored:
5454
- `outFile` - Use `luaBundle` instead.
5555
- `importHelpers` / `noEmitHelpers` - Use `luaLibImport` instead.
5656
- `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).
57-
- `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.
57+
- `module` - In normal TypeScript projects, this specifies the module system. TSTL users should omit this option, since it will default to `ES2015`.
5858

5959
## Transformers
6060

0 commit comments

Comments
 (0)