fix(core): Refactor module imports to use the centralized plugins module and update relative paths across the codebase. Also remove the obsolete test file (test/test.other-formats-corpus.ts) and update file metadata in test outputs.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { business, finance } from '@tsclass/tsclass';
|
||||
import { business, finance } from '../../../ts/plugins.js';
|
||||
import type { TInvoice, TDebitNote } from '../../../ts/interfaces/common.js';
|
||||
|
||||
const fromContact: business.TContact = {
|
||||
|
Reference in New Issue
Block a user