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
This is a workaround for microbundle / rollup-plugin-typescript2:
* developit/microbundle#1084
Also update tsconfig.json moduleResolution to NodeNext:
* recommended setup for microbundle
Microbundle ignores
*.ts
files if they contain only types. Example of the file: https://github.com/XaveScor/signal-components/blob/dff96fd7151db5aae7421059836794a7880c2649/src/types.ts.Reproduction:
Expected Result:
types.d.ts
is included in the./dist
directory.Actual Result:
types.d.ts
does not exist. Types are broken because we have./types
imports, but the file is missing.The text was updated successfully, but these errors were encountered: