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