-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, thanks for the library!
After updating to Angular 20 and the new build system ("builder": "@angular/build:application" instead of @angular-devkit/build-angular:browser) I got the following error:
X [ERROR] TS2307: Cannot find module './lib/generate' or its corresponding type declarations. [plugin angular-compiler]
node_modules/ibantools-germany/dist/esm/main.d.mts:18:43:
18 │ import { generateBBAN, generateIBAN } from "./lib/generate";
╵ ~~~~~~~~~~~~~~~~
X [ERROR] TS2307: Cannot find module './lib/types' or its corresponding type declarations. [plugin angular-compiler]
node_modules/ibantools-germany/dist/esm/main.d.mts:19:75:
19 │ ...LZ, BankNameBIC, IBANDetails, ProbablyString } from "./lib/types";
╵ ~~~~~~~~~~~~~
X [ERROR] TS2307: Cannot find module './lib/validate' or its corresponding type declarations. [plugin angular-compiler]
node_modules/ibantools-germany/dist/esm/main.d.mts:20:66:
20 │ ...ccountNumberBLZ, isValidBBAN, isValidIBAN } from "./lib/validate";
╵ ~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels