taler-typescript-core

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

commit eb689d60aca8fc80e27ea60c4e4d7e848b01bea9
parent 0b1c78b58644001e63ea0dad63138ad74b62e5ba
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  3 Jan 2018 13:20:29 +0100

remove deprecated --type-check option

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -53,7 +53,7 @@ coverage: tsc yarn-install .PHONY: lint lint: tsc yarn-install - $(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx' + $(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx' .PHONY: yarn-install i18n: yarn-install