@analogjs/storybook-angular 3.0.0-alpha.57 → 3.0.0-alpha.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analogjs/storybook-angular",
3
- "version": "3.0.0-alpha.57",
3
+ "version": "3.0.0-alpha.58",
4
4
  "description": "Storybook Integration for Angular & Vite",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Ambient declarations for `@storybook/angular` deep-import subpaths.
3
+ *
4
+ * As of `@storybook/angular@10.2.x` these subpath entry points ship as
5
+ * `.js` without accompanying `.d.ts`, so `tsc` reports TS7016
6
+ * ("could not find a declaration file for module …"). The runtime exports
7
+ * are unchanged; these shims restore type resolution for the build.
8
+ */
9
+ declare module '@storybook/angular/preset';
10
+ declare module '@storybook/angular/client';
11
+ declare module '@storybook/angular/client/config';
12
+ declare module '@storybook/angular/client/docs/config';
13
+ declare module '@storybook/angular/client/preview-prod';
14
+ declare module '@storybook/angular/builders/start-storybook';
15
+ declare module '@storybook/angular/builders/build-storybook';