Skip to content

Added luaOptions tsconfig object, fixed boolean parsing bug - #463

Merged
Perryvw merged 6 commits into
masterfrom
feature/tsconfig-boolean
Mar 4, 2019
Merged

Added luaOptions tsconfig object, fixed boolean parsing bug#463
Perryvw merged 6 commits into
masterfrom
feature/tsconfig-boolean

Conversation

@Perryvw

@Perryvw Perryvw commented Mar 1, 2019

Copy link
Copy Markdown
Member

Added a luaOptions object in tsconfig to try out, config files will look as follows:

{
    "compilerOptions": {
        "noImplicitAny" : true,
        "noImplicitThis" : true,
        "alwaysStrict" : true,
        "strictNullChecks" : true,
        "target": "es6",
    },
    "luaOptions": {
        "luaTarget": "JIT",
        "lualibImportKind": "require"
    }
}

Also fixes #460

@Perryvw
Perryvw requested review from lolleko and tomblind March 1, 2019 21:42
@Perryvw
Perryvw merged commit dedee12 into master Mar 4, 2019
@Perryvw
Perryvw deleted the feature/tsconfig-boolean branch March 4, 2019 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

noHeader option not respected in tsconfig.json unless it's a string

3 participants