summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 19:45:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-16 23:21:55 +0100
commit93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2 (patch)
treeed35d024b8fa99eebe10058ebae29e0e8af56b2e /tsconfig.json
parentaf6843a2aa9c0e35d5d400adc85c51af83673eeb (diff)
downloadwallet-core-93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2.tar.gz
wallet-core-93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2.tar.bz2
wallet-core-93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2.zip
remove repurchase correlation id
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1bff3f8fb..417068de3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,8 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
- "noImplicitAny": true
+ "noImplicitAny": true,
+ "alwaysStrict": true
},
"files": [
"decl/chrome/chrome.d.ts",