项目文件夹

文件
caorushizi 217bdde7d8 chore: migrate from @typescript/native-preview to typescript ^6.0.2
Replace @typescript/native-preview with standard typescript package
and remove tsgo-specific dts config from tsdown configurations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 16:57:48 +08:00

8 行
133 B
TypeScript

import { defineConfig } from "tsdown";
export default defineConfig({
exports: true,
outDir: "build",
platform: "neutral",
});