Description
I'm very frustrated when I'm trying to setup tstl section in tsconfig.json and my IDE hints me nothing.
I would like to suggest to provide the json-schema for tsconfig.json with tstl section.
The solution
I have already made the described json-schema :)
To use it insert
"$schema": "https://raw.githubusercontent.com/mtasa-typescript/mtasa-lua-utils/feature/toolchain/tstl-tsconfig.schema.json"
at the top of your tsconfig.json file.
Some screenshots
In VSCode:

In WebStorm:

Are you interested in this feature? If the answer is positive, I could create Merge Request with the schema file (just let me know, where to place it)