rsnext/test/integration/typescript
Tim Neutkens 980e16998c
Fix document type import path (#32117)
There was a mistake in #32077 which imported a different module than _document in the _document .d.ts file. I found that we didn't have a test for a custom _document.tsx and _app.tsx with TypeScript, so I've added one that fails on canary and passes with this fix to ensure this does not happen in the future.

Fixes #32110




## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2021-12-04 10:23:15 +00:00
..
components Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files (#30619) 2021-10-30 14:51:42 +02:00
extension-order Resolve TypeScript Extension in Correct Order (#12014) 2020-04-19 01:12:36 -04:00
pages Fix document type import path (#32117) 2021-12-04 10:23:15 +00:00
test Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files (#30619) 2021-10-30 14:51:42 +02:00
next.config.js Enable scss/sass support (#10571) 2020-02-18 08:35:12 -05:00
tsconfig.json cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00