8 lines
206 B
JSON
8 lines
206 B
JSON
{
|
|
// This file is a workaround that issue: https://github.com/palantir/tslint/issues/4148#issuecomment-419872702
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"composite": false
|
|
}
|
|
}
|