taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit af6843a2aa9c0e35d5d400adc85c51af83673eeb
parent 18010a739de6eb3bc2d8f2dda8231f40072fbffc
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 14 Feb 2017 18:02:19 +0100

always compile to strict mode

Diffstat:
Mgulpfile.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js @@ -110,6 +110,7 @@ const tsBaseArgs = { noFallthroughCasesInSwitch: true, strictNullChecks: true, noImplicitAny: true, + alwaysStrict: true, };