Commit b8f718a
committed
fix(website): allow importing ts extensions
The docs site compiles `packages/react/src` example components directly
(via the `@examples` alias). Now that source imports carry explicit
`.ts`/`.tsx` extensions, the Next.js type check needs
`allowImportingTsExtensions` enabled, mirroring `packages/tsconfig.json`.1 parent 1f3b876 commit b8f718a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments