protocol/contracts/test-utils/tsconfig.lint.json
2018-12-03 12:09:28 +01:00

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
}
}