aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 8d696591c..cb2985aeb 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,6 +17,7 @@
"strictPropertyInitialization": false,
"outDir": "dist/node",
"noImplicitAny": true,
+ "noImplicitThis": true,
"allowJs": true,
"checkJs": true,
"incremental": true,
@@ -69,6 +70,8 @@
"src/util/assertUnreachable.ts",
"src/util/asyncMemo.ts",
"src/util/checkable.ts",
+ "src/util/codec-test.ts",
+ "src/util/codec.ts",
"src/util/helpers-test.ts",
"src/util/helpers.ts",
"src/util/http.ts",