chore(node-utils): migrate build to tsdown

This commit is contained in:
xingyu4j
2026-03-15 19:40:09 +08:00
parent c1b1fe90fd
commit a1ca296fc0
7 changed files with 69 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import dayjs from 'dayjs';
import timezone from 'dayjs/plugin/timezone';
import utc from 'dayjs/plugin/utc';
import timezone from 'dayjs/plugin/timezone.js';
import utc from 'dayjs/plugin/utc.js';
dayjs.extend(utc);
dayjs.extend(timezone);