mediago-dev--mediago
217bdde7d8
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>
8 行
133 B
TypeScript
8 行
133 B
TypeScript
import { defineConfig } from "tsdown";
|
|
|
|
export default defineConfig({
|
|
exports: true,
|
|
outDir: "build",
|
|
platform: "neutral",
|
|
});
|