You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ export const config: Config = {
46
46
// ...
47
47
};
48
48
```
49
-
##### `dist-custom-elements`Types
49
+
##### `dist-custom-elements`Type Declarations
50
50
Type declaration files (`.d.ts` files) are now generated by default for the `dist-custom-elements` output target.
51
51
If your project is using `dist-custom-elements` and you wish to not generate type declarations, the old behavior can be achieved by setting `generateTypeDeclarations` to `false` in your project's `stencil.config.ts`:
0 commit comments