This file is created with the stencil build command, even in --dev (stencil build --dev) mode (that is: npm run dev).
npm run build (stencil build) places type definitions in /dist/types (npm package root relative) as part of the distribution process.
This file is created with the
stencil build
command, even in--dev
(stencil build --dev
) mode (that is:npm run dev
).npm run build
(stencil build
) places type definitions in/dist/types
(npm package root relative) as part of the distribution process.