Giter Site home page Giter Site logo

Comments (5)

qmhc avatar qmhc commented on June 19, 2024

生成类型文件时会保持相对于 root 的目录结构,整体输出到 outputDir 下,这是为了保证各类型相互引用的正确关系。
如果你想要有一个固定出口,你可以使用 insertTypesEntry 选项,否则你需要在 package.json 下准确指定到入口文件对应的 d.ts 类型文件。

例如:你的入口文件是 <root>/src/foo.ts,输出目录是 dist,在未使用 insertTypesEntry 选项时,入口文件对应的类型文件为 <root>/dist/src/foo.d.ts

如果你想要最终只生成一个单独的 d.ts 类型文件,我推荐你在用插件生成类型文件后,使用 @microsoft/api-extractor 来打包类型文件。

from vite-plugin-dts.

mqhe2007 avatar mqhe2007 commented on June 19, 2024

生成类型文件时会保持相对于 root 的目录结构,整体输出到 outputDir 下,这是为了保证各类型相互引用的正确关系。
如果你想要有一个固定出口,你可以使用 insertTypesEntry 选项,否则你需要在 package.json 下准确指定到入口文件对应的 d.ts 类型文件。

例如:你的入口文件是 <root>/src/foo.ts,输出目录是 dist,在未使用 insertTypesEntry 选项时,入口文件对应的类型文件为 <root>/dist/src/foo.d.ts

如果你想要最终只生成一个单独的 d.ts 类型文件,我推荐你在用插件生成类型文件后,使用 @microsoft/api-extractor 来打包类型文件。

感谢解惑,我采用了在package.json里指定types属性。

from vite-plugin-dts.

guoyunhe avatar guoyunhe commented on June 19, 2024

@qmhc tsconfig.jsonrootDir 是 tsc 控制这个行为的选项。默认情况下,tsc 输出是不会有 src 文件夹的。

from vite-plugin-dts.

qmhc avatar qmhc commented on June 19, 2024

@guoyunhe

在存在多个文件夹时,ts 打包会从 root 开始维持原有文件夹结构输出到 outDir,插件将该行为统一至了只有一个文件夹时的情况。

我们可以重新打开一个新的 issue 讨论这个问题。

from vite-plugin-dts.

harry118 avatar harry118 commented on June 19, 2024

所以最后是怎么去掉src目录呢?我写了insertTypesEntry还是不行啊
image

from vite-plugin-dts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.