You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Some options do not apply to TypeScriptToLua and are ignored:
54
54
-`outFile` - Use `luaBundle` instead.
55
55
-`importHelpers` / `noEmitHelpers` - Use `luaLibImport` instead.
56
56
-`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`.
0 commit comments