Jess Perkins
Jess Perkins
A request for clarification: how do `tsconfig.json` and `.compilerrc` relate to each other, if at all? Based on my own experiments, it seems like I have to duplicate every setting...
**What problem will this solve?** Our dependencies haven't been updated in a while, so we're not up on the latest fixes and security updates. It is starting to cause user...
**What problem will this solve?** Right now, [the release process](https://github.com/premake/premake-core/blob/master/scripts/RELEASE.md) is partially automated, but still requires several manual steps (which I mess up on a semi-regular basis) and a local...
**What problem will this solve?** Allow project authors to script reusable blocks of configuration, which can then be used for: - Providing all necessary configuration to consumers of a library...
I would like to have the ability to turn off the checks in certain conditions or areas of the code. Would you be open to a pull request that adds...