Home / File/ tsdown.config.ts — vite Source File

tsdown.config.ts — vite Source File

Architecture documentation for tsdown.config.ts, a typescript file in the vite codebase. 1 imports, 0 dependents.

File typescript 1 imports

Entity Profile

Dependency Diagram

graph LR
  915bd95a_c9c7_200d_82ef_a0831fa1158f["tsdown.config.ts"]
  11967af7_aed5_9ab8_3736_f3beeda24bb2["tsdown"]
  915bd95a_c9c7_200d_82ef_a0831fa1158f --> 11967af7_aed5_9ab8_3736_f3beeda24bb2
  style 915bd95a_c9c7_200d_82ef_a0831fa1158f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { defineConfig } from 'tsdown'

export default defineConfig({
  entry: ['src/index.ts'],
  target: 'node20',
  inlineOnly: ['picocolors'],
  tsconfig: false, // disable tsconfig `paths` when bundling
  dts: true,
  fixedExtension: false,
})

Dependencies

  • tsdown

Frequently Asked Questions

What does tsdown.config.ts do?
tsdown.config.ts is a source file in the vite codebase, written in typescript.
What does tsdown.config.ts depend on?
tsdown.config.ts imports 1 module(s): tsdown.
Where is tsdown.config.ts in the architecture?
tsdown.config.ts is located at packages/plugin-legacy/tsdown.config.ts (directory: packages/plugin-legacy).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free