-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
bugscope: bundlingRelated to bundling of generated lua files.Related to bundling of generated lua files.
Description
My tsconfig.json
{
"compilerOptions": {
"rootDir": "src",
"target": "esnext",
"lib": ["esnext"],
"moduleResolution": "node",
"types": [
"lua-types/jit"
],
"strict": true
},
"tstl": {
"luaTarget": "JIT",
"luaBundle": "ts.lua",
"luaBundleEntry": "src/main.ts",
"sourceMapTraceback": true,
"noImplicitSelf": true,
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugscope: bundlingRelated to bundling of generated lua files.Related to bundling of generated lua files.
