From 68b0f71d263a2e56d70b596308bf960ba5d8e800 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 23 Nov 2018 17:23:31 +0100 Subject: Fix linter issues --- contracts/test-utils/tsconfig.lint.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contracts/test-utils/tsconfig.lint.json (limited to 'contracts/test-utils/tsconfig.lint.json') 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 + } +} -- cgit v1.2.3