https://github.com/Microsoft/TypeScript
Raw File
Tip revision: d261d4d510dcbc6ceb1ee6ba2ef3d4959bf8a4f7 authored by Ron Buckton on 29 September 2020, 01:08:06 UTC
Treat void-typed properties as optional
Tip revision: d261d4d
tsconfig.eslint.json
{
    "extends": "./tsconfig.json",
    "include": ["*.ts", "types"]
}
back to top