summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-14 17:23:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-14 17:23:31 +0100
commit749b96284ae0a7e6d03034806deab998a36b7cf6 (patch)
treee96b41a1cc4e6b963b0f3890ba6d97fc54137851 /tsconfig.json
parente018e073a4666c9521c0a802caa704d5ae5089b7 (diff)
downloadwallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.tar.gz
wallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.tar.bz2
wallet-core-749b96284ae0a7e6d03034806deab998a36b7cf6.zip
codecs WIP
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",