isaacscript 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,13 +12,10 @@
|
|
|
12
12
|
"isaacscript-tsconfig/tsconfig.mod.json",
|
|
13
13
|
],
|
|
14
14
|
|
|
15
|
-
// A list of the TypeScript files to compile.
|
|
16
|
-
"include": ["./src/**/*.ts"],
|
|
17
|
-
|
|
18
15
|
// TypeScriptToLua settings
|
|
19
16
|
"tstl": {
|
|
20
17
|
"luaTarget": "5.3",
|
|
21
|
-
"luaBundle": "
|
|
18
|
+
"luaBundle": "main.lua", // Will bundle all output Lua files into a single file of "./mod/main.lua".
|
|
22
19
|
"luaBundleEntry": "./src/bundleEntry.ts",
|
|
23
20
|
"luaPlugins": [
|
|
24
21
|
// A plugin to add an explanatory comment at the top of the compiled "main.lua" file.
|