diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-14 17:23:31 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-14 17:23:31 +0100 |
commit | 749b96284ae0a7e6d03034806deab998a36b7cf6 (patch) | |
tree | e96b41a1cc4e6b963b0f3890ba6d97fc54137851 /tsconfig.json | |
parent | e018e073a4666c9521c0a802caa704d5ae5089b7 (diff) |
codecs WIP
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
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", |