rsnext/examples/with-cypress/cypress
Titus Moore 5bd155e220
Added workaround for --isolatedModules inside of configuration files (#39004)
This relates to a bug from issue #38957 found inside of the `with-cypress` example as a result of the recent typescript conversion. This issue can be resolved with adding `export {};` which prevents TypeScript from reading `.ts` configuration files from being read as legacy script files. This issue has been resolved on StackOverflow [here](https://stackoverflow.com/questions/56577201/why-is-isolatedmodules-error-fixed-by-any-import). More info on `--isolatedModules` can be read [here](https://www.typescriptlang.org/tsconfig#isolatedModules).

## Bug

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


Fixes #38597
2022-07-26 12:43:45 +00:00
..
e2e Added workaround for --isolatedModules inside of configuration files (#39004) 2022-07-26 12:43:45 +00:00
fixtures Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
support Added workaround for --isolatedModules inside of configuration files (#39004) 2022-07-26 12:43:45 +00:00
tsconfig.json chore(examples): Convert with-cypress example to TypeScript (#38818) 2022-07-21 16:40:51 +00:00