1 Error in background.ts: The main issue is in the file background.ts, specifically on line 138. It's trying to use SaveTransactionWithId from the YNAB package, but this member doesn't exist in the exported namespace.
2 Build Failure: Due to this TypeScript error, the webpack build failed, and the dist folder was not created.
TS2694: Namespace '"~/ynab_amazon/ynab/node_modules/ynab/dist/index"' has no exported member 'SaveTransactionWithId'.
![ynab-build-failed]
1 Error in background.ts: The main issue is in the file background.ts, specifically on line 138. It's trying to use SaveTransactionWithId from the YNAB package, but this member doesn't exist in the exported namespace.
2 Build Failure: Due to this TypeScript error, the webpack build failed, and the dist folder was not created.
TS2694: Namespace '"~/ynab_amazon/ynab/node_modules/ynab/dist/index"' has no exported member 'SaveTransactionWithId'. ![ynab-build-failed]
(https://github.com/user-attachments/assets/acd93b57-bbc0-4e08-9e91-98712450e998)