move to nodenext and simplify TS/ESM config

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-16 12:02:30 +01:00
parent fa21647770
commit 14b5eee617
47 changed files with 129 additions and 137 deletions

View File

@@ -16,7 +16,7 @@
import {describe, expect, it, vi} from 'vitest';
import {Exec} from '../src/exec';
import {Exec} from '../src/exec.js';
describe('exec', () => {
it('returns docker version', async () => {