taler-typescript-core

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

commit 85a0e8f0d80923e9d82970d820a94c303c9f1f25
parent 108f3a43c69a3e79affa40e09c6c69ecf2464ac6
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 13:29:10 +0200

fix odd tsconfig includes

Diffstat:
Mpackages/taler-exchange-kyc-webui/tsconfig.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-exchange-kyc-webui/tsconfig.json b/packages/taler-exchange-kyc-webui/tsconfig.json @@ -27,5 +27,5 @@ "path": "../web-util/" } ], - "include": ["src/**/*", "../web-util/src/forms/gana/nameAndBirthdate.ts", "../web-util/src/forms/gana/personal-info.ts", "../web-util/src/forms/gana/simplest.ts"] + "include": ["src/**/*"] }