Daniel Grefberg

Results 3 issues of Daniel Grefberg

The fix added in https://github.com/TanStack/router/pull/1111 doesn't actually get applied since the [replace on line 549](https://github.com/TanStack/router/blob/cd1b62f16cd35e601c32710049b4b7497cb1dc59/packages/router-generator/src/generator.ts#L549) removes any non-alpanumeric characters again. 🙈 This PR moves it to after the final replace...

## Context The `typings.d.ts` are currently only exposed via the `types` field in package.json, which results in the following error in TypeScript: ``` error TS7016: Could not find a declaration...

Fixes #176 ## Context See #176, but it's currently not possible to import `better-ajv-errors` with some TypeScript configurations because of the `exports` definition in package.json. This PR follows the recommendations...