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
Originally posted by Gehbt January 8, 2024
When I type one letter such as 'd', there have some bundled exports.🤔
It is redundant, and how to overlook it?🤔
The text was updated successfully, but these errors were encountered:
Fix#289
BREAKING CHANGE: This change requires adding `typed-router.config.d.ts` to your
`tsconfig.json`:
```json
{
// ...
"include": [
/* ... */
"./typed-router.d.ts",
"./typed-router.config.d.ts"
]
// ...
}
```
It is automatically generated alongside `typed-router.d.ts`. Ideally
this is temporary as it shouldn't be necessary to have two d.ts files.
Discussed in #288
Originally posted by Gehbt January 8, 2024
When I type one letter such as 'd', there have some bundled exports.🤔
It is redundant, and how to overlook it?🤔
The text was updated successfully, but these errors were encountered: