rsnext/test/integration/typescript-custom-tsconfig
Casper 9343b67c11
feat: allow setting custom tsconfig file (#28104)
Ability to provide a custom tsconfig file. 

**Example Usage:**

```js
// next.config.js
module.exports = {
	typescript: {
		tsconfigPath: "myconfig.json"
	}
}
```


## 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.
- [x] Related issues linked using [`fixes #23972 (discussion)`](https://github.com/vercel/next.js/discussions/23972)
- [x] Integration tests added
- [x] 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

- [x] Make sure the linting passes
2021-09-23 22:52:05 +00:00
..
pages feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00
test feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00
next.config.js feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00
web.tsconfig.json feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00