From 749b96284ae0a7e6d03034806deab998a36b7cf6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Dec 2019 17:23:31 +0100 Subject: codecs WIP --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tsconfig.json') 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", -- cgit v1.2.3