diff options
Diffstat (limited to 'contracts/test-utils/tsconfig.lint.json')
-rw-r--r-- | contracts/test-utils/tsconfig.lint.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contracts/test-utils/tsconfig.lint.json b/contracts/test-utils/tsconfig.lint.json new file mode 100644 index 000000000..b557e706a --- /dev/null +++ b/contracts/test-utils/tsconfig.lint.json @@ -0,0 +1,7 @@ +{ + // This file is a workaround that issue: https://github.com/palantir/tslint/issues/4148#issuecomment-419872702 + "extends": "./tsconfig", + "compilerOptions": { + "composite": false + } +} |