aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:52:02 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:52:02 +0000
commit9250be8a1b0b5a6478130a0fd6a832754ac863b0 (patch)
treec86ac0e550d6ba6e1ab06f7a460455efb3e7df6b /tsconfig.json
parent5bcc7fbcd13c69fb6d9dd9bbecd959fad3d8ca8c (diff)
Configure no-unused-vars plugin
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 04d1033..4477ab2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,7 @@
"module": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
- "strict": true
+ "strict": false
},
"include": ["./app/**/*.ts"],
}