fix(build): modernize package exports, tooling configuration, and test setup

This commit is contained in:
2026-05-01 18:29:53 +00:00
parent e42d8fd229
commit 536e3c52d4
10 changed files with 7063 additions and 4113 deletions
@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartyaml from '../ts/index.js';
@@ -25,4 +25,4 @@ tap.test('should allow dots in key', async () => {
expect(testObject['myKey.with.dots']).toEqual('some');
});
tap.start();
export default tap.start();