blob: b557e706aa52b5a432aeb86dfe05cc78c8ae9966 (
plain) (
blame)
1
2
3
4
5
6
7
|
{
// This file is a workaround that issue: https://github.com/palantir/tslint/issues/4148#issuecomment-419872702
"extends": "./tsconfig",
"compilerOptions": {
"composite": false
}
}
|