rsnext/test/integration/tsconfig-verifier
Lotte 67468f98c4
Add support for tsconfig 'nodenext' | 'node16' (#44177)
## ESM: support module option for tsconfig.json 

- fixes #37525
- fixes #41961

With [TypeScript 4.7 providing ECMAScript Module Support](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js), we can now set this in our tsconfig.json file for the [module](https://www.typescriptlang.org/tsconfig#module) option.

Webpack added "extensionAlias" to solve importing ts files with .js extension -> https://github.com/webpack/enhanced-resolve/pull/351



Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2023-01-28 16:17:40 +00:00
..
pages Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
test Add support for tsconfig 'nodenext' | 'node16' (#44177) 2023-01-28 16:17:40 +00:00
value.ts Drop module: esnext requirement in tsconfig.json (#15276) 2020-07-18 19:37:13 +00:00