Commit 13bdcad
committed
Widens tsconfig include to nested component TS
Extends the include glob so nested component sources (alpha/,
beta/, open_project/) are matched, and excludes generated .d.ts
files that would otherwise conflict with their sources.
Fixes the Vite dev server in the demo app: its per-file tsconfig
resolution honours include patterns, so unmatched files were
transformed without experimentalDecorators. Catalyst @controller
decorators then reached the browser untransformed, aborting the
whole JS module graph - no custom elements were registered and
ActionMenu overlays rendered as static in-flow content.1 parent a0cde77 commit 13bdcad
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments